bigsortedlist Code
Brought to you by:
brechtsanders
File | Date | Author | Commit |
---|---|---|---|
AUTHORS | 2010-05-31 | brechtsanders | [r1] |
COPYING | 2010-05-31 | brechtsanders | [r1] |
ChangeLog | 2015-12-29 | brechtsanders | [r14] |
INSTALL | 2015-12-29 | brechtsanders | [r11] |
Makefile.am | 2015-12-29 | brechtsanders | [r13] |
Makefile.in | 2015-12-29 | brechtsanders | [r13] |
NEWS | 2010-05-31 | brechtsanders | [r1] |
README | 2010-05-31 | brechtsanders | [r1] |
aclocal.m4 | 2015-12-29 | brechtsanders | [r13] |
autogen.sh | 2010-05-31 | brechtsanders | [r1] |
bigsortedlist.c | 2015-12-29 | brechtsanders | [r11] |
bigsortedlist.h | 2015-12-29 | brechtsanders | [r11] |
bigsortedlist_test_random.c | 2015-12-29 | brechtsanders | [r12] |
bigsortedlist_test_random.cbp | 2010-05-31 | brechtsanders | [r2] |
config.guess | 2015-12-29 | brechtsanders | [r11] |
config.h.in | 2015-12-29 | brechtsanders | [r11] |
config.sub | 2015-12-29 | brechtsanders | [r11] |
configure | 2015-12-29 | brechtsanders | [r13] |
configure.ac | 2015-12-29 | brechtsanders | [r13] |
depcomp | 2015-12-29 | brechtsanders | [r11] |
install-sh | 2015-12-29 | brechtsanders | [r11] |
libbigsortedlist.cbp | 2010-05-31 | brechtsanders | [r2] |
ltmain.sh | 2015-12-29 | brechtsanders | [r11] |
missing | 2015-12-29 | brechtsanders | [r11] |
Project name: bigsortedlist Project discription: A library written in C that provides a sorted list (based on an AVL tree) for sorting large amounts of data without using up all the physical memory. If there is more data in the sorted list than there is physical memory available temporary files will be used to free up memory.