FE 0.2.0
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".
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".