Skip to content

v0.1.1-alpha

Pre-release
Pre-release
Compare
Choose a tag to compare
@Grokepeer Grokepeer released this 12 Feb 17:33
· 91 commits to master since this 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

Please do not use this release in production as it is unstable