A task management system. At least this was the initial idea. Basically this it the base code for the taskrambler framework.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Georg Hopp 75b3ca4a48 hopefully improve performance of gdbm...currently I think about replacing gdbm by tokyo cabinet 12 years ago
..
interface most likely found a bug in the glibc tdelete implementation...don't have the mood of building a simple testcase for reporting. Maybe I do when I have implemented my own trees. 12 years ago
Makefile.am build shared libraries from the parts that might be useful on their on and let taskrambler use them 12 years ago
add.c use now my own tree implementation as base for my hashes....sadly this thing is leaking memory again...on the other hand I workarounded the problem of a sometimes occuring infinite loop within connect. 12 years ago
cleanup.c optimized session handling. closes #41 12 years ago
delete.c code with abstraced application compiles again, but does not work correctly, start debugging. refs #24 12 years ago
each.c use now my own tree implementation as base for my hashes....sadly this thing is leaking memory again...on the other hand I workarounded the problem of a sometimes occuring infinite loop within connect. 12 years ago
get.c code with abstraced application compiles again, but does not work correctly, start debugging. refs #24 12 years ago
get_first.c optimized session handling. closes #41 12 years ago
hash.c optimized session handling. closes #41 12 years ago
value.c replace calloc in hash/value.c with quick fit approach 12 years ago