We are currently creating a new Haskell `String` for each C string we encounter. It might be worth considering using a hashtable for deduplication.
We are currently creating a new Haskell
Stringfor each C string we encounter. It might be worth considering using a hashtable for deduplication.