Popularity
4.1
Declining
Activity
0.0
Stable
6
4
0

Monthly Downloads: 19
Programming language: Haskell
License: MIT License
Tags: Database    

memdb alternatives and similar packages

Based on the "Database" category.
Alternatively, view memdb alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of memdb or a related project?

Add another 'Database' Package

README

memdb

CircleCI

This package contains a thin wrapper over a continous memory region combined with an efficient reverse index implementation for fast and type-safe indexed lookups.

It is aimed at storing, loading and querying big immutable datasets. Once written, a database can not be modified further.

The underlying storage is pinned and thus ensures efficient garbage collection without ever reading the structure contents, since no pointers live inside the dataset that point outside it.