pinojs / sonic-boom

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

perf: convert to buffer during async writes #201

Closed ronag closed 2 months ago

ronag commented 2 months ago

This should be significantly faster in node 22.7

ronag commented 2 months 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?