Fifo.lua 0.2 Released
Fifo.lua 0.2 ReleasedToday I’m releasing verion 0.2 of “fifo.lua”. A lua library that provides a fifo of lua objects.
Changes since 0.1
:setemptynow returns the fifo so that initialisation is simplified:peekreturns 2nd value indicating if there was a value at the given index- Remove undocumented
:iterand:foreachmethods - Added
__lenmetamethod as alias for:lengthmethod (only available in 5.2+) - Fixed bug in
:removemethod where the last element could not be removed - Stricter argument checking
- Move documentation out of README into a pandoc compatible markdown file
- Dropped Lua 5.0 support
- Improved performance (especially in LuaJIT)