xfbs/imstr

Store data in `Arc<str>` rather than `Arc<String>`

xfbs opened this issue · 0 comments

xfbs commented

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