phobos/std/internal
Dennis Korpel 135e9ad193 std.uni: optimize simpleCaseTable
Cuts size of simpleCaseTable entries in half (8 -> 4 bytes), reducing table size from 24 Kb to 12 Kb.
Still only 22 out of 32 bits per entry are actually used, so could be optimized further.
Using plain integers saves 10 ms semantic2 compile time.
2024-01-09 12:02:12 +01:00
..
digest Annotate std/internal/digest/sha_SSSE3.d to please dlang/dmd#12520 2021-05-17 23:00:24 +02:00
math Fix 'the the' typos in Phobos documentation 2022-09-20 21:31:46 +02:00
test Narrow imports of std.math in the rest of phobos. 2021-04-21 03:00:57 +02:00
windows Remove usages of 'in' on Windows C bindings 2022-10-14 13:32:48 +02:00
attributes.d Add @betterC extraction testsuite 2018-08-21 17:19:21 +02:00
cstring.d Add explicit return to inout functions 2021-11-16 23:22:33 +00:00
memory.d add return scope to realloc 2021-06-08 09:32:30 +00:00
scopebuffer.d Merge pull request #6764 from rracariu/master 2018-11-21 00:05:11 +01:00
unicode_comp.d std.uni: use dstring for compositionTable 2024-01-08 23:37:44 +01:00
unicode_decomp.d Emphasize DO NOT EDIT for the generated Unicode tables 2022-12-12 04:32:30 +13:00
unicode_grapheme.d Missing two tables & some clarrifications (Real author is Richard Cattermole, name changed while rebasing) 2023-01-14 17:07:05 +02:00
unicode_norm.d Emphasize DO NOT EDIT for the generated Unicode tables 2022-12-12 04:32:30 +13:00
unicode_tables.d std.uni: optimize simpleCaseTable 2024-01-09 12:02:12 +01:00