Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. Summary: Review Request: libcprops - library of C prototyping functions, mostly searching https://bugzilla.redhat.com/show_bug.cgi?id=656082 Summary: Review Request: libcprops - library of C prototyping functions, mostly searching Product: Fedora Version: rawhide Platform: All OS/Version: Linux Status: NEW Severity: medium Priority: medium Component: Package Review AssignedTo: nobody@xxxxxxxxxxxxxxxxx ReportedBy: philipp@xxxxxxxxxxxxxxxxxxxxx QAContact: extras-qa@xxxxxxxxxxxxxxxxx CC: notting@xxxxxxxxxx, fedora-package-review@xxxxxxxxxx Estimated Hours: 0.0 Classification: Fedora Spec URL: http://fedoraproject.org/~philipp/libcprops.spec SRPM URL: http://fedoraproject.org/~philipp/libcprops-0.1.8-0.1.fc13.src.rpm Description: (from the README) The c prototyping tools library consists of implementations for several widely used data structures and patterns, rudimentary tcp / httpd functionality and a database abstraction layer. Object oriented development environments usually feature readymade implementations of such tools. Coding in c often allows better performance and closer control over application behavior, which can be crucial in real life situations. libcprops provides generic tools for application development in plain c covering basic data structure implementations, persistence, threading and tcp communication. data structures --------------- o linked list o heap o priority_list o hashtable o hashlist o sorted hash o AVL tree o red-black tree o splay tree o N-ary tree o PATRICIA tree - a character trie o multimap - a data structure to support multiple indices application level ----------------- o cp_mempool, cp_shared_mempool - memory pool o cp_thread - thread pool o cp_client, cp_socket - tcp sockets o cp_httpclient, cp_httpsocket - an HTTP socket api o cp_dbms - a database abstraction layer For your entertainment, the distribution comes with cpsvc, a web server based on the cprops api and featuring support for CGI and cpsp, a c based page scripting environment. For more on cpsvc and cpsp see README under the svc/ directory. -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. _______________________________________________ package-review mailing list package-review@xxxxxxxxxxxxxxxxxxxxxxx https://admin.fedoraproject.org/mailman/listinfo/package-review