haskell / bytestring

An efficient compact, immutable byte string type (both strict and lazy) suitable for binary or 8-bit character data.
http://hackage.haskell.org/package/bytestring
Other
291 stars 141 forks source link

Improve benchmarks for small Builders #680

Closed clyring closed 5 months ago

clyring commented 5 months ago

...separated out from #569. The main improvement is that this separates the buffer allocation cost (which is similar for all Builders) from the actual write/encoding cost.