imstr
imstr copied to clipboard
Store data in `Arc<str>` rather than `Arc<String>`
Some people on Reddit pointed out that it might make sense to store data in an Arc<str> rather than an Arc<String>.