Tags : Browse Projects

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

M2Collections

Compare

  No analysis available

Modula-2 collections library. The library provides an API for collection ADTs, in particular: stacks, queues, double ended queues, priority queues, balanced binary search trees, patricia tries, dynamic arrays and hash tables to store arbitrary data. The hash table ADT allows data to be stored and ... [More] retrieved by reference or by copy, with built-in reference counting. All other ADTs allow data to be stored and retrieved by reference only. The library follows PIM4, it has no dependencies and it is platform independent. The library is tested with GM2 using option 'fpim4'. Under development. BSD style license. [Less]

0 lines of code

0 current contributors

0 since last commit

5 users on Open Hub

Activity Not Available
5.0
 
I Use This
Mostly written in language not available
Licenses: bsd

DocSharePoint

Compare

  Analyzed about 5 hours ago

Open Source Peer To Peer application based on pastry

6.13K lines of code

0 current contributors

about 12 years since last commit

3 users on Open Hub

Inactive
5.0
 
I Use This

uthash

Compare

  Analyzed about 17 hours ago

This is a hash table, implemented in C, supporting constant-time add/find/remove of C structures. Any structure having a unique, arbitrarily-typed key member can be hashed by adding a UT_hash_handle member to the structure and calling these macros.

9.55K lines of code

3 current contributors

10 months since last commit

2 users on Open Hub

Very Low Activity
0.0
 
I Use This
Licenses: No declared licenses

KVSlib

Compare

  No analysis available

C library for key-value storage. The library provides an API to create and use dynamic associative arrays for arbitrary data. Data may be stored and retrieved by copy or by reference. Stored data is reference counted to prevent dangling pointers. Optimised for fast lookups and large data sets. ... [More] Requires C99, no dependencies, platform independent. BSD style license. [Less]

0 lines of code

0 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

qt_sparsehash

Compare

  Analyzed 1 day ago

A Qt wrapper for sparsehash

4.11K lines of code

0 current contributors

over 8 years since last commit

1 users on Open Hub

Inactive
0.0
 
I Use This

C utility library (clib)

Compare

  No analysis available

The C utility library implements extended features such as hash tables et cetera. It also offers the possibility to replace or override missing parts of the POSIX specification.

0 lines of code

0 current contributors

0 since last commit

0 users on Open Hub

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

ATerm Library

Compare

  Analyzed about 17 hours ago

ATerms are an efficient symbolic computation and exchange format. The core of the ATerm library is the C code that efficiently implements maximally shared (persistent, hash-consed) trees and lists, including an automatic generational garbage collector, and fast textual and binary serialization.

41.4K lines of code

0 current contributors

over 11 years since last commit

0 users on Open Hub

Inactive
0.0
 
I Use This
Licenses: BSD-3-Clause, lgpl

simple_hash

Compare

  Analyzed about 24 hours ago

simple chaining hash table implementation written in pure C (c99)

1.25K lines of code

0 current contributors

almost 6 years since last commit

0 users on Open Hub

Inactive
0.0
 
I Use This

linear_hash

Compare

  Analyzed about 14 hours ago

linear probing hash table implementation written in pure C (c99)

1.99K lines of code

0 current contributors

almost 6 years since last commit

0 users on Open Hub

Inactive
0.0
 
I Use This