Skip to content

Commit

Permalink
std.uni: optimize simpleCaseTable
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
dkorpel committed Jan 7, 2024
1 parent e531180 commit 9e527f9
Show file tree
Hide file tree
Showing 3 changed files with 438 additions and 790 deletions.
Loading

0 comments on commit 9e527f9

Please sign in to comment.