Hacker News new | ask | show | jobs
by nerdponx 1534 days ago
Also, unlike Ruby, string literals are usually interned in CPython (I think below a certain size), so they have at least some of the performance benefits of symbols in Ruby.