https://github.com/phara0h/block-database
Worlds fastest block keystore database 65 million+ ops
https://github.com/phara0h/block-database
asynchronous block database efficient fastest keystore
Last synced: about 1 month ago
JSON representation
Worlds fastest block keystore database 65 million+ ops
- Host: GitHub
- URL: https://github.com/phara0h/block-database
- Owner: Phara0h
- Created: 2018-07-05T15:38:48.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-07-05T15:39:02.000Z (almost 8 years ago)
- Last Synced: 2025-03-31T10:29:17.632Z (about 1 year ago)
- Topics: asynchronous, block, database, efficient, fastest, keystore
- Language: C
- Homepage:
- Size: 8.79 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# BlockDatabase
Worlds fastest block keystore database 65 million+ ops
· 65.5 million ops a second – Read and Write
· O(1) search times
· Native IPC with TCP fall back.
· Asynchronous communication –Pub/Sub
· Non-IO blocking FS persistence.
· 655,000,000 entries loaded in the db are only 1.25 gigs of memory total for the whole program running.
to complie you need lib-uv and zeromq lib.