Python caches hashing of strings. Nim does not (it would be a challenge, as Nim 
strings are mutable). I suggest using string references or Hash objects if you 
want to compare performance.

Has anyone benchmarked C++ for this kind of test?

Reply via email to