Nothing Special   »   [go: up one dir, main page]

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

19 days since last commit

7 users on Open Hub

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