Tags : Browse Projects

Select a tag to browse associated projects and drill deeper into the tag cloud.

leveldb

Compare

  Analyzed 1 day ago

LevelDB is a library that implements a fast key-value store. Features * Keys and values are arbitrary byte arrays. * Data is stored sorted by key. * Callers can provide a custom comparison function to override the sort order. * The basic operations are Put(key,value) ... [More] , Get(key), Delete(key). * Multiple changes can be made in one atomic batch. * Users can create a transient snapshot to get a consistent view of data. * Forward and backward iteration is supported over the data. * Data is automatically compressed using the Snappy compression library. * External activity (file system operations etc.) is relayed through a virtual interface so users can customize the operating system interactions. [Less]

22K lines of code

15 current contributors

10 months since last commit

7 users on Open Hub

Very Low Activity
3.0
   
I Use This

mailprocd

Compare

  No analysis available

Standalone mail classification/delivery daemon for multi-user Unix servers. Written in C, it embeds perl in order to use SpamAssassin efficiently. It implements a process manager with persistent spam checker processes running under users' own UIDs.

0 lines of code

1 current contributors

0 since last commit

1 users on Open Hub

Activity Not Available
5.0
 
I Use This
Mostly written in language not available
Licenses: BSD-3-Clause

libmdbx

Compare

  Analyzed 1 day ago

Fullfast transactional key-value memory-mapped B-Tree storage engine without WAL. Has a specific set of properties and capabilities, focused on creating unique lightweight solutions. ★ Surpasses the legendary LMDB (Lightning Memory-Mapped Database) in terms of reliability, features and performance. ... [More] libmdbx inherits all benefits from LMDB, but resolves some issues and adds a set of improvements. At the end of 2024 libmdbx was chosen as a storage engine by all modern implementations of Ethereum nodes software (Erigon, Reth by Paradigm XYZ, products of StarkWare, Silkworm, etc). [Less]

57.4K lines of code

5 current contributors

1 day since last commit

1 users on Open Hub

Moderate Activity
0.0
 
I Use This
Licenses: No declared licenses