aquefir / hinterlib

Hinterlib, formerly unilib. A libc surrogate.
BSD 2-Clause "Simplified" License
7 stars 0 forks source link

provide a DBMS-like table abstraction #5

Open nicholatian opened 4 years ago

nicholatian commented 4 years ago

All kinds of graphical applications can benefit from the use of database-like table structures in C code. This allows the creation of complex data structures with a keyed access mechanism favourable to concurrency and multiprocess programming.