|
|
|
|
|
by fenomas
1158 days ago
|
|
Is that relevant to real-world use? You mention Python in TFA - I'm no expert but I believe it does string interning, and caches the results of string hashes, which would suggest real-world performance should be constant over time in both cases. |
|