-
Notifications
You must be signed in to change notification settings - Fork 0
Home
DadiBit edited this page Jul 15, 2022
·
3 revisions
Welcome to the kuli wiki!
Kuli is a small (~200 lines of code) library to store raw data in files. It is fast, because it supports only reading and appending data (currently) in addition to the reduced number of function calls.
It uses the global struct kuli
, which improves code readability.