Tags : Browse Projects

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

Python Sorted Containers

Compare

  Analyzed about 9 hours ago

SortedContainers is an Apache2 Licensed containers library, written in pure-Python, and fast as C-extensions. # Features Pure-Python Fully documented Benchmark comparison (alternatives, runtimes, load-factors) 100% test coverage Hours of stress testing Performance matters (often faster ... [More] than C implementations) Compatible API (nearly identical to popular blist and rbtree modules) Feature-rich (e.g. get the five largest keys in a sorted dict: d.iloc[-5:]) Pragmatic design (e.g. SortedSet is a Python set with a SortedList index) Developed on Python 2.7 Tested on CPython 2.6, 2.7, 3.2, 3.3, 3.4 and PyPy 2.2+, PyPy3 2.3.1+ [Less]

6.58K lines of code

2 current contributors

over 1 year since last commit

1 users on Open Hub

Very Low Activity
0.0
 
I Use This

BSTlib

Compare

  No analysis available

C library for balanced binary search tree storage. The library provides an API to create and use dynamic balanced binary search trees for arbitrary data. Data may be stored and retrieved by reference only. At present, AA trees and Splay trees are implemented. An implementation of Scapegoat trees is ... [More] planned. 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

DEQlib

Compare

  No analysis available

C library for double ended queue storage. The library provides an API to create and use dynamic double ended queues for arbitrary data. Data may be stored and retrieved by reference only. An extension for storage and retrieval by copy is planned. Requires C99, no dependencies, platform independent. BSD style license.

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

FIFOlib

Compare

  No analysis available

C library for FIFO (queue) storage. The library provides an API to create and use queues for arbitrary data. Data may be stored and retrieved by reference only. An extension for storage and retrieval by copy is planned. Requires C99, no dependencies, platform independent. BSD style license.

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

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

LIFOlib

Compare

  No analysis available

C library for LIFO (stack) storage. The library provides an API to create and use dynamic stacks for arbitrary data. Data may be stored and retrieved by reference only. An extension for storage and retrieval by copy is planned. Requires C99, no dependencies, platform independent. BSD style license.

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

plume-lib

Compare

  Analyzed about 2 hours ago

Plume-lib is a library of useful abstractions for programming. It includes both libraries (written in Java and in Emacs Lisp) and standalone programs (written in a variety of programming languages). Its source code files are generally well-documented, though plume-lib as a whole is only starting ... [More] to acquire overview documentation, so you should browse to see what is available. [Less]

30.2K lines of code

2 current contributors

about 6 years since last commit

0 users on Open Hub

Inactive
0.0
 
I Use This

qof

Compare

  Analyzed about 3 hours ago

Query Object Framework QOF is a framework to allow the execution of SQL-type queries using collections of in-memory objects as 'tables'.

30.7K lines of code

0 current contributors

over 17 years since last commit

0 users on Open Hub

Inactive
0.0
 
I Use This

PCollections

Compare

  Analyzed about 4 hours ago

A Persistent Java Collections Library PCollections serves as a persistent and immutable analogue of the Java Collections Framework. This includes efficient, thread-safe, generic, immutable, and persistent stacks, maps, vectors, sets, and bags, compatible with their Java Collections counterparts. ... [More] Persistent and immutable datatypes are increasingly appreciated as a simple, design-friendly, concurrency-friendly, and sometimes more time- and space-efficient alternative to mutable datatypes. [Less]

5.91K lines of code

2 current contributors

about 2 months since last commit

0 users on Open Hub

Low Activity
0.0
 
I Use This

Grupos

Compare

  No analysis available

Grupos allows you to store collections of items in different ways (e.g., RDBMS, XML, plain text files), and use them with a back-end independent API.

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_2clau...