Tags : Browse Projects

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

Trove for Java

Compare

  Analyzed 3 months ago

The Trove library provides high speed regular and primitive collections for Java.

27.7K lines of code

0 current contributors

over 11 years since last commit

8 users on Open Hub

Activity Not Available
4.66667
   
I Use This

blist

Compare

  Analyzed about 5 hours ago

The BList is a type that looks, acts, and quacks like a Python list, but has better performance for for modifying large lists. For small lists (fewer than 128 elements), BLists and the built-in list have very similar performance. Example usage: >>> from blist import * >>> ... [More] x = blist([0]) # x is a BList with one element >>> x *= 2**29 # x is a BList with > 500 million elements >>> x.append(5) # append to x >>> y = x[4:-234234] # Take a 500 million element slice from x >>> del x[3:1024] # Delete a few thousand elements from x [Less]

13.6K lines of code

0 current contributors

about 10 years since last commit

2 users on Open Hub

Inactive
5.0
 
I Use This

fastutil

Compare

  No analysis available

fastutil extends the Java™ Collections Framework by providing type-specific maps, sets, lists and queues with a small memory footprint and fast access and insertion; provides also big (64-bit) arrays, sets and lists, and fast, practical I/O classes for binary and text files.

0 lines of code

2 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: apache_2

bpt

Compare

  Analyzed about 12 hours ago

The bpt.h header file is a macro-based toolkit which enables C programmers to easily manage fully tunable balanced trees.

8.07K lines of code

0 current contributors

over 11 years since last commit

1 users on Open Hub

Inactive
0.0
 
I Use This

bpt eXtension

Compare

  Analyzed about 1 hour ago

bptx is an extension of the bpt macro-based toolkit which provides an abstraction for manipulating bpt in common environments such as in main memory.

3.27K lines of code

0 current contributors

over 11 years since last commit

1 users on Open Hub

Inactive
0.0
 
I Use This

bpt-Based Area Management

Compare

  Analyzed 1 day ago

The bbam header enables programmer to easily manage areas by providing functionalities for organising them, looking for available space etc. Such a toolkit can be used for developing kernel memory managers, file systems and many other systems.

2.07K lines of code

0 current contributors

over 11 years since last commit

1 users on Open Hub

Inactive
0.0
 
I Use This

mikeralib

Compare

  Analyzed 1 day ago

Handy Java functions that people may find useful for their open source projects. Data structures: - Probability based object picker with fast O(log n) inserts and gets - Generic circular buffer - Soft reference HashMap for caching objects - "Octreap" 3d map data structure Useful modules for game ... [More] development: - Non-blocking IO library for simple game messaging Helpful utility functions: - Maths functions including fast vector / matrix maths - Random number functions [Less]

21.1K lines of code

0 current contributors

over 6 years since last commit

1 users on Open Hub

Inactive
5.0
 
I Use This

intbitset

Compare

  Analyzed about 1 month ago

Python C-based extension implementing fast integer bit sets

14.2K lines of code

0 current contributors

6 months since last commit

1 users on Open Hub

Activity Not Available
0.0
 
I Use This

NITSkmOS/algo

Compare

  Analyzed 1 day ago

In case you want to contribute, ping on https://gitter.im/NITSkmOS/algo.

2.77K lines of code

13 current contributors

over 3 years since last commit

1 users on Open Hub

Inactive
0.0
 
I Use This

simple_hash

Compare

  Analyzed 1 day ago

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

1.25K lines of code

0 current contributors

over 5 years since last commit

0 users on Open Hub

Inactive
0.0
 
I Use This