Managed Projects

libslablist

  Analyzed 29 days ago

`libslablist` is an implementation of slab lists. Slab lists are a memory efficient data structure, that can optionally keep data sorted in logarithmic time. Here are some comparisons, so that you can get an idea of how Slab Lists perform. First we will compare to `uuavl`. `uuavl` is the AVL ... [More] Tree implementation used in the Illumos kernel. It is among the most memory-efficient and cpu-efficient implementations in the world. `uuavl` uses 10% _less_ time than `libslablist` on sequential input. `uuavl` uses 365% _more_ memory than `libslablist` on sequential input. `uuavl` uses 7% _less_ time than `libslablist` on random input. `uuavl` uses 271% _more_ memory than `libslablist` on random input. [Less]

14.5K lines of code

0 current contributors

over 8 years since last commit

1 users on Open Hub

Inactive
0.0
 
I Use This

plan time management system

  Analyzed 29 days ago

Plan is a light weight time management system for the Illumos command line.

2.7K lines of code

0 current contributors

over 10 years since last commit

0 users on Open Hub

Inactive
0.0
 
I Use This

libgraphnz

  Analyzed 30 days ago

A library for manipulating graphs (as in graph theory).

2.86K lines of code

0 current contributors

over 8 years since last commit

0 users on Open Hub

Inactive
0.0
 
I Use This
Licenses: No declared licenses