[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Is luaL_buffer limited by memory only?
- From: Andreas Falkenhahn <andreas@...>
- Date: Tue, 1 Oct 2019 15:38:55 +0200
Is a luaL_buffer limited by available memory only or are there other limits? i.e. can I use luaL_addlstring() to stuff lots (several megabytes) of data into a luaL_buffer and then push it as a string on the stack using luaL_pushresult()?
Note that I'm still on Lua 5.0.
--
Best regards,
Andreas Falkenhahn mailto:andreas@falkenhahn.com