2007-09-13 22:05:55 +02:00
|
|
|
mowgli is a development framework for C (like GLib), which provides high
|
2008-06-01 11:42:37 +02:00
|
|
|
performance and highly flexible algorithms. It can be used as a supplement
|
2007-09-13 22:05:55 +02:00
|
|
|
to GLib (to add additional functions (dictionaries, hashes), or replace
|
|
|
|
some of the slow GLib list manipulation functions), or stand alone. It
|
|
|
|
also provides a powerful hook system and convenient logging for your code,
|
|
|
|
as well as a high performance block allocator.
|
|
|
|
|
2011-04-25 11:58:32 +02:00
|
|
|
WWW: http://www.atheme.org/project/mowgli
|