Michael Lutz
wiki
Pages I contributed to:
AccessHiddenTables
(ways to access hidden table entries and benchmark)
BinaryInsert
(binary insert directly into a table, is faster than a insert followed by a sort)
BinarySearch
(search a table via the binary search algorithm)
ComplexNumbers
(handy module to handle complex numbers in Lua)
OrderedTableSimple
(simple attempt to have a table sorted by keys and be able to delete entries)
SaveTableToFile
(Can save nearly any table to a file or a string, while keeping the order of hash tables mixed with inassocciative tables)
SimpleFit
(a curve fitting module based on
LuaMatrix
)
LuaMatrix
or at
LuaForge
[1]
SortedIterationSimple
(iterate in a sorted order over your keys and be able to delete entries, it is faster than
SortedIteration
in most cases cause it does no use the
next()
function)
RecentChanges
·
preferences
edit
·
history
Last edited August 26, 2007 6:29 pm GMT
(diff)