https://github.com/miftahdb/benchmarks
Benchmarks for MiftahDB
https://github.com/miftahdb/benchmarks
Last synced: about 2 months ago
JSON representation
Benchmarks for MiftahDB
- Host: GitHub
- URL: https://github.com/miftahdb/benchmarks
- Owner: miftahDB
- Created: 2024-08-30T03:26:58.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-09-13T10:25:54.000Z (9 months ago)
- Last Synced: 2025-03-24T04:43:39.436Z (2 months ago)
- Language: JavaScript
- Homepage: https://miftahdb.sqlite3.online/docs/intro/
- Size: 56.6 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# MiftahDB Benchmarks
MiftahDB is a fast and lightweight key-value database library for Node.js and Bun.
## Features
- Fast and efficient key-value storage
- Support for expiration of keys
- Disk and in-memory database support
- Synchronous API for better performance and concurrency
- Pattern-based key retrieval## Benchmark
## Node
```
npm run test-node
```## Bun
```
bun run test-bun
```