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

https://github.com/miftahdb/benchmarks

Benchmarks for MiftahDB
https://github.com/miftahdb/benchmarks

Last synced: about 2 months ago
JSON representation

Benchmarks for MiftahDB

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
```