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
- Host: GitHub
- URL: https://github.com/jcapellman/jcdb
- Owner: jcapellman
- License: mit
- Created: 2015-03-27T13:06:52.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2019-03-10T15:52:27.000Z (over 7 years ago)
- Last Synced: 2025-01-15T13:07:15.760Z (over 1 year ago)
- Topics: c-sharp, database, net-core-3, nuget-package
- Language: C#
- Size: 11.5 MB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
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