Tags · U8String/U8String · GitHub
Skip to content

Tags: U8String/U8String

Tags

0.16.0-alpha

Toggle 0.16.0-alpha's commit message
perf: prevent Dynamic PGO from unhoisting vector masks and inlining T…

…oLower/ApperCore which is negatively impacts performance

0.15.5-alpha

Toggle 0.15.5-alpha's commit message
fix: invocations of nonconst.ToU8String("D") and similar were detecte…

…d as conversions of the constant supplied as the first extension method argument - make sure the conversion folding candidate check is not accidentally successful for such calls

0.15.0-alpha

Toggle 0.15.0-alpha's commit message
feat: support formatting of [Flags] enum values (both runtime and in …

…optimizer)

refactor: rename SourceEquals to SourceEqual to match SequenceEqual

0.14.0-alpha

Toggle 0.14.0-alpha's commit message
docs: add simple redis example from https://ayende.com/blog/197412-B/…

…high-performance-net-building-a-redis-clone-naively; rename TwichChatReader

0.13.0-alpha

Toggle 0.13.0-alpha's commit message
docs: update example

0.12.0-alpha

Toggle 0.12.0-alpha's commit message
chore: add missed implicit cast operator and enums benchmark

0.11.10-alpha

Toggle 0.11.10-alpha's commit message
feat: further work on U8File and U8Reader API

perf: simplify abstraction approach in U8Reader and remove one more call from async call stack, pool underlying U8Reader buffer

0.11.5-alpha

Toggle 0.11.5-alpha's commit message
ci: fix build

0.11.0-alpha

Toggle 0.11.0-alpha's commit message
perf: try to help out source generator a little - it chokes on large …

…literals (e.g. 6MB-long arrays)

0.10.0-alpha

Toggle 0.10.0-alpha's commit message
fix: invalid offset calculation in Trim()