lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


Hi Chaps -

In the process of writing a networking library, I find myself needing to
compose/manipulate large buffers from within Lua.  Are there any existing
libraries that have avoided listing on the wiki for manipulating large
blocks of memory in a string-like fashion without creating reallocation
penalities?

Cheers!
--Benn