picrin
picrin copied to clipboard
Add basic functions for transient-string
string->transient transient->string transient? transient-string-set! transient-string-ref transient-string-length transient-string-append!
@koba-e964
As overall thoughts, I suggest you write this as a contribution library, although I don't have a strong opinion about that yet. And I'm not sure about the name, either. Java calls this kind of data structure "StringBuffer", while Haskell does "Text". Thoughts?