An open API service indexing awesome lists of open source software.

https://github.com/jcapellman/jcdb

A cross-platform key/value store database
https://github.com/jcapellman/jcdb

c-sharp database net-core-3 nuget-package

Last synced: about 2 months ago
JSON representation

A cross-platform key/value store database

Awesome Lists containing this project

README

          

# jcDB
A lightweight .NET Core 3.0 Key/Value Database with support for persistence and random writes

Current 0.0.3 release benchmarks:

| Seconds in Test | Objects | Throughput |
| ---------------- |---------------|:-------------:|
| 3 | 1693299 | 564433/s |
| 5 | 2987505 | 597501/s |
| 10 | 6414610 | 641461/s |
| 15 | 8593065 | 572871/s |
| 20 | 12157720 | 607886/s |

Benchmarks were performed on an Intel i7-7700K in Release Mode