Menu

Tree [e0886b] master /
 History

HTTPS access


File Date Author Commit
 debian 2015-12-26 Alexander Vdolainen Alexander Vdolainen [e0886b] a little bit of fixes in debianization;
 doc 2014-11-23 Alexander Vdolainen Alexander Vdolainen [030129] initial commit
 examples 2014-11-23 Alexander Vdolainen Alexander Vdolainen [030129] initial commit
 include 2015-12-10 Alexander Vdolainen Alexander Vdolainen [37204f] fixes, now it's open source.
 lib 2015-12-10 Alexander Vdolainen Alexander Vdolainen [37204f] fixes, now it's open source.
 .gitignore 2015-12-26 Alexander Vdolainen Alexander Vdolainen [e0886b] a little bit of fixes in debianization;
 AUTHORS 2015-12-10 Alexander Vdolainen Alexander Vdolainen [37204f] fixes, now it's open source.
 COPYING 2015-12-26 Alexander Vdolainen Alexander Vdolainen [c4ac4f] Fixed COPYING
 ChangeLog 2014-11-23 Alexander Vdolainen Alexander Vdolainen [030129] initial commit
 INSTALL 2014-11-23 Alexander Vdolainen Alexander Vdolainen [030129] initial commit
 Makefile.am 2015-02-10 Alexander Vdolainen Alexander Vdolainen [5f6c80] removed intl since it doesn't need.
 NEWS 2015-12-26 Alexander Vdolainen Alexander Vdolainen [062c7f] NEWS updates;
 README 2015-12-11 Alexander Vdolainen Alexander Vdolainen [ab2fe4] Added proper README.
 autogen.sh 2014-11-23 Alexander Vdolainen Alexander Vdolainen [030129] initial commit
 configure.ac 2015-05-20 Alexander Vdolainen Alexander Vdolainen [c8e9ee] Release 0.2.2: Added simple list to collection;

Read Me

1. What is that ?
this is a small C library with a collection of small useful stuff such as:
 * Index allocator
 * Linked list implementation, looks like a linux kernel one
 * Collection of the binary search tree implementation:
   * Btree
   * AVL
   * Red black
   * Splay

2. Is it useful ?
I hope yes, usually I have a lot of tools or applications to implement required 
to use index allocation, or some kind of structures to search within.
I guess it might be useful for everybody who looks the same thing (implement 
the same boring stuff each time isn't productive).

3. Is it stable ?
Yes, very stable. But if you will find a bug, please report me.
Actually it used in a lot of my projects (now most of them is a closed source), 
but I decide to make it open, anyway I should to do it, because initially 
it was LGPL'ed, and has a roots from my old open source project.

4. How to build ?

4.1. Just type ./autogen.sh, and you will have a configure script with a 
common autotools options.

4.2. To build the Debian package: debuild -i -us -uc -b

5. Are there new features coming ?
I hope so, will add a new features as soon as possible. But generally I don't
have any plans about it.
MongoDB Logo MongoDB