Tags : Browse Projects

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

leveldb

Compare

  Analyzed 3 days 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

11 months since last commit

7 users on Open Hub

Very Low Activity
3.0
   
I Use This

Pakman

Compare

  Analyzed about 22 hours ago

A Package manager written in plain ansi C for FreeBSD systems that uses berkeley db

2.82K lines of code

0 current contributors

about 13 years since last commit

0 users on Open Hub

Inactive
0.0
 
I Use This

ucb-csrg-bsd

Compare

  Analyzed 4 days ago

Git conversion of UCB CSRG's BSD SCCS files: BSD Unix source code history (converted by git-sccsimport)

1.55M lines of code

0 current contributors

over 4 years since last commit

0 users on Open Hub

Inactive
0.0
 
I Use This