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

about 1 year since last commit

7 users on Open Hub

Very Low Activity
3.0
   
I Use This

Qt Extension Library

Compare

  Analyzed about 3 hours ago

Qxt, the Qt Extension library, provides a suite of cross-platform utility classes to add functionality not readily available in the Qt toolkit by Trolltech, Inc.

177K lines of code

0 current contributors

over 2 years since last commit

2 users on Open Hub

Inactive
4.66667
   
I Use This
Licenses: common_pu..., lgpl

gzochi

Compare

  Analyzed about 10 hours ago

gzochi is a framework for developing massively multiplayer online games. A server container provides services to deployed games, which are written in Guile Scheme, that abstract and simplify some of the most challenging and error-prone aspects of online game development: Concurrency, data ... [More] persistence, and network communications. A very thin client library can be embedded to provide connectivity for client applications written in any language. [Less]

60.9K lines of code

1 current contributors

over 3 years since last commit

1 users on Open Hub

Inactive
0.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

Stash

Compare

  Analyzed about 11 hours ago

Stash is a persistence engine for .NET. It eschews relational models and object/relational mapping and instead follows the No-Sql paradigm of storing serialised graphs or ‘documents’. It is effectively a Key/value store with access via Indexes. Stash currently uses BerkeleyDB as its ... [More] persistence store. Other persistent engines may be implemented. [Less]

164K lines of code

0 current contributors

over 11 years since last commit

1 users on Open Hub

Inactive
0.0
 
I Use This

Vyper Dynamic Server

Compare

  Analyzed 4 days ago

The Vyper Dynamic Server framework is a pure-java library for use in the creation of backend / server platforms. VDS is specifically tailored for financial applications, and suited for many high-throughput, asynchronous and distributed environments.

300K lines of code

0 current contributors

over 14 years since last commit

0 users on Open Hub

Inactive
0.0
 
I Use This
Licenses: No declared licenses

semidbm

Compare

  Analyzed about 21 hours ago

Cross platform (fast) DBM interface in python

1.58K lines of code

0 current contributors

about 6 years since last commit

0 users on Open Hub

Inactive
0.0
 
I Use This