Dekkonot / bitbuffer

A binary stream module for packing binary data in pure Lua
https://dekkonot.github.io/bitbuffer/
MIT License
44 stars 11 forks source link

Switch to faster table.concat use #1

Closed Dekkonot closed 4 years ago

Dekkonot commented 4 years ago

Creating several medium sized strings and then using table.concat on an array of them is faster than using table.concat on a bunch of small strings.