Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 401 Bytes

README.md

File metadata and controls

25 lines (17 loc) · 401 Bytes

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