imstr
imstr copied to clipboard
Add `new()` optimisation
To prevent needing an allocation, add an optimisation that will simple use a globally shared Arc with an empty string.
Needs benchmarking to make sure this make sense.