tiny-binary-format icon indicating copy to clipboard operation
tiny-binary-format copied to clipboard

Memory efficient binary formats instead of objects.

Results 2 tiny-binary-format issues
Sort by recently updated
recently updated
newest added

I am researching bit packing technologies in javascript and I come across this module. I am making a game too so I am glad this is born for games. The...

Because Javascript doesn't support bitwise operations on numbers > 32 bit integers, we need to provide some kind of heads up when someone creates a format with a field length...

bug