v0.1.1-alpha
Pre-release
Pre-release
Hermod
API version: v0.1.0
Features:
- One unique table is accessible trough the API.
- Get, set and delete op are available for record-operations in the table.
- A deletion token is required to override data or delete it.
Data structure:
A single vector stores all keys and references to the data stored in the table. Write authorization is given upon request by the threads.
Identified problems:
- Only one table available
- No memory leak protection
- No key-sorting optimization
- No settings available to the end-user