A journey towards a proper string type
Problem
I've been working to replace the atom types of the swc project. It uses string-cache to intern strings, but it uses a global Mutex internally, and as a result, it made swc slower. So there were an enormous amount of requests asking if it coul...
kdy1.dev5 min read