A linked list will not save you memory in Lua. It will instead use MORE memory because each table has an overhead of 40 bytes, and the table ...
確定! 回上一頁