bitbuffer icon indicating copy to clipboard operation
bitbuffer copied to clipboard

A binary stream module for packing binary data in pure Lua

Results 4 bitbuffer issues
Sort by recently updated
recently updated
newest added

The module currently has several functions that operate on a bit level that utterly thrash the performance of the module, to the point that there's a recommendation to not use...

good first issue

The source of the module looks like it's filled with magic numbers, and hex will make it look less like that since numbers like `0x7f` and `0xff` are obvious to...

enhancement