lune-org/lune

Add support for buffers in built-in libraries

filiptibell opened this issue · 0 comments

Luau recently added support for byte buffers (reference) and our built-in libraries should also support these wherever possible to avoid unnecessary string allocations. Likely candidates for this would be fs, net, serde.