Skip to content

miftahDB/benchmarks

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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