summaryrefslogtreecommitdiff
path: root/source/tb_db.c
AgeCommit message (Collapse)Author
7 daysrefactor(main): refactor directory structuremainnasr
2026-03-19refactor(main): refactored entry pointnasr
- increased global arena size, auto growing arena? - nil_csv_token because we were segfaulting
2026-03-18feature(btree_implementation): rethinnking the insertion logic using a key ↵nasr
struct
2026-03-16feature(main): lots of stuff see descriptionnasr
1. increased compile time warnings to help with some optimizations. 2. impelmeented csv lexing helper functions that do stuff on tokenlists like appending and concatenating lists with each other 3. realiszed that btree design in faulty so disabled it and will refactor it in the next approach