lua-users home
lua-l archive

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


> Each file opened in lua, has an associated luaL_Stream structure?
> If so, is it possible to think about moving the buffer (luaL_Buffer) to
> this structure?
> Would it be possible, in this way, to use this buffer, instead of the local
> buffer?

What would be the gains?

-- Roberto