pinojs / sonic-boom

Extremely fast utf8 only stream implementation
MIT License
261 stars 41 forks source link

perf: convert to buffer during async writes #201

Closed ronag closed 4 weeks ago

ronag commented 1 month ago

This should be significantly faster in node 22.7

ronag commented 4 weeks ago

wouldn't it be significantly slower on 18 and 20?

Not necessarily. But yea, it would probably be slower. Should we check for node version in runtime?