Commits
Click on a commit to change the comparison rangefeat: reduce peak memory usage with `.shrink_to_fit()`
Trade performance for memory.
The tokens array take enormously large amount of data,
which is not ideal for large applications.
For checker.ts,
Capacity before and after are 262144 and 171174 respectively.