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 6, 2024
1 parent c4daa47 commit 888b62f
Show file tree
Hide file tree
Showing 3 changed files with 436 additions and 788 deletions.
Loading

0 comments on commit 888b62f

Please sign in to comment.