Modules labeled 'datastructure' (18)

Showing only modules in the root manifest. Show all modules

  • lualgorithms by chen0040 — downloads: 647
    Lua Algorithms Library
  • lru-memoize by piyuple — downloads: 7
    LRU based memoization cache for Lua functions
  • prefix_tree by moteus — downloads: 215
    Prefix tree which allows find longest prefix for some string
  • lua-lru by starius — downloads: 17.6k
    LRU cache in Lua
  • LuaTable by Luca96 — downloads: 128
    A library that give superpowers to lua tables
  • luastruct by UlisseMini — downloads: 2,193
    Type safe data structures in pure lua
  • linked-list by lalawue — downloads: 209
    double linked list for Lua
  • balance-tree by lalawue — downloads: 86
    Self-balancing Binary Search Tree for Lua
  • miniblooms by bitdivine — downloads: 87
    Small, fast bloom filters
  • SALT by VaiN474 — downloads: 809
    Save and Load Tables in Lua
  • binaryheap by Tieske — downloads: 1.3m
    Binary heap implementation in pure Lua
  • power-table by gsdenys — downloads: 244
    A lua library to improve table functionality
  • Caelum by INLuiz — downloads: 10
    Caelum adds Classes, Structs, Enums, Complex-Data-Structures, validators, type-checking system, and a easy to use reflection system
  • dromozoa-tree by moyu — downloads: 1,632
    Tree data structures and algorithms
  • tree by starius — downloads: 3,349
    Lua representation of trees with edge lengths
  • heaps by geoffleyland — downloads: 432
    Binary and skew heaps
  • knife by Rinkaa — downloads: 11
    (airstruck/knife) A collection of useful micro-modules for Lua.
  • fifo by daurnimator — downloads: 922k
    A lua library/'class' that implements a FIFO