Tags : Browse Projects

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

HsJudy

Compare

  No analysis available

Judy[1] bindings (a C library that implements fast sparse dynamic arrays) for Haskell presenting APIs conforming as much as possible to the existent Haskell library interfaces, like Data.Map and Data.Array.MArray. This binding for the Judy library includes all its four types: mapping from words to ... [More] bits (Judy1), from words to values (JudyL), from strings to values (JudyHS) and from array-of-bytes to values (JudyHS). [Less]

0 lines of code

0 current contributors

0 since last commit

1 users on Open Hub

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

PHP Judy

Compare

  Analyzed 2 days ago

php-judy is a PHP extension for the Judy C library. A Judy array is a complex but very fast associative array data structure for storing and looking up values using integer or string keys. Unlike normal arrays, Judy arrays may be sparse; that is, they may have large ranges of unassigned indices. ... [More] Judy1 - maps an Index (word) to a bit JudyL - maps an Index (word) to a Value (word/pointer) JudySL - maps an Index (null terminated string) to a Value JudyHS - maps an Index (array-of-bytes) of Length to a Value [Less]

3.94K lines of code

0 current contributors

almost 8 years since last commit

1 users on Open Hub

Inactive
5.0
 
I Use This