Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/piotrmaslanka/vanad
[STABLE] Robust persistent hashtable-based fast string associative database
https://github.com/piotrmaslanka/vanad
Last synced: 7 days ago
JSON representation
[STABLE] Robust persistent hashtable-based fast string associative database
- Host: GitHub
- URL: https://github.com/piotrmaslanka/vanad
- Owner: piotrmaslanka
- License: gpl-3.0
- Created: 2011-11-05T18:33:26.000Z (about 13 years ago)
- Default Branch: master
- Last Pushed: 2013-04-05T08:30:39.000Z (over 11 years ago)
- Last Synced: 2023-03-12T09:41:52.414Z (over 1 year ago)
- Language: Delphi
- Homepage:
- Size: 246 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Vanad is a peculiarly fast associative persistent portable in-memory string-string database.
+ **portable**: little endian? big endian? the data dump files are portable. Just move them across systems, no conversion needed!
+ **persistent**: when Vanad receives SIGTERM it dumps it's data to disk. When it starts up, it reads it. It's that easy.
+ **in-memory**: all data is kept in memory for fast reference
+ **string-string**: your keys are arrays of bytes. your values are arrays of bytes.
+ **database**: it talks over TCPSee project wiki for more info, see LICENSE for license text
# tl;dr
partitioned memcached without dropping keys on too low memory