LDM

LDM
Login

LDM (Lua Data Model) aims to be a module to help working with what I call the Lua data model: tables and values that build graphs, DAGs1, trees, lists, etc.

Some aimed features:


  1. ^ Directed Acyclic Graphs
  2. ^ Full would be about computing the delta between two given tables in one pass and incremental would be about building the delta continuously when data is modified.