Comment on Fast character case conversion (or how to compress sparse arrays)Comments−dhsysusbsjsi4yHow do these benchmark? I’d like to know if the extra cost of the memory lookups is balanced by the smaller table and better cache locality.−wheybags4yMe too, considering the uncompressed table is tiny anyway, so saving ram for its own sake is not a useful goal here.
Comments
How do these benchmark? I’d like to know if the extra cost of the memory lookups is balanced by the smaller table and better cache locality.
Me too, considering the uncompressed table is tiny anyway, so saving ram for its own sake is not a useful goal here.