everdb-native is the C language implementation of everdb, an extremely fast, efficient, and safe data storage engine.
No. Check back in Q4 2019.
- Test windows build
- Setup coverage
- Implement transactions API
- Test transactions API
- Port array structs to use transactions
- Make root object API
- Prototype B+ tree
- Add
- Split when full
- Test
- Pop
- Combine when empty
- Test
- First/Last
- Root API
- Grow from root
- Add Checksumming
- Page tables
- Btree
- Array