This repository has been archived by the owner on Jan 31, 2020. It is now read-only.
Beta release
No due date
30% complete
All of the initial design features should be working:
- data insertion, retrieval (by key or exhaustive search), replacement
- basic classification
- partitioning: initial partition, splitting, moving elements
- history operations
- log files extend instead of always writing a new file
- remote synchronisation of changes
Additionally, the interfaces should be "semi…
All of the initial design features should be working:
- data insertion, retrieval (by key or exhaustive search), replacement
- basic classification
- partitioning: initial partition, splitting, moving elements
- history operations
- log files extend instead of always writing a new file
- remote synchronisation of changes
Additionally, the interfaces should be "semi stable": after this point, file formats should be backwards compatible and breaking API changes should not be taken lightly.