Skip to content

FE 0.2.0

Choose a tag to compare

@leissa leissa released this 18 Oct 20:53
· 344 commits to main since this release

This includes a short string optimization: A string will not be hashed into the SymPool if it it completely fits inside of a Sym. On your typical 64 bit machine that means that strings <= 6 characters + \0 will be kept "inline".