type-off icon indicating copy to clipboard operation
type-off copied to clipboard

More efficient StringBuilder

Open MaxGraey opened this issue 4 years ago • 2 comments

I created special package for more performant StringBuilder called StringSink: https://github.com/MaxGraey/as-string-sink It still in WIP and not even tested yet but I'm really wondering how this may speedup type-off project.

MaxGraey avatar May 06 '21 08:05 MaxGraey

thanks @MaxGraey - I'll give this a go and report back. This looks like a better way of doing things compared to my naive string builder.

acutmore avatar May 06 '21 11:05 acutmore

Alright, package is tested, benched and published to npm: https://www.npmjs.com/package/as-string-sink

MaxGraey avatar May 07 '21 12:05 MaxGraey