Hi, current Ruby MRI symbols table was implemented using hash right?
and those list of symbols was not garbage collected right?
just want give a suggestion to ruby core implementation, that symbols
table
could be implemented using HAT-Trie → as fast as hash but take less
RAM…
https://code.google.com/p/hat-trie/
please don’t flame me T_T