[Bug 656082] New: Review Request: libcprops - library of C prototyping functions, mostly searching

bugzilla at redhat.com bugzilla at redhat.com
Tue Nov 23 02:05:56 UTC 2010


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 at fedoraproject.org
        ReportedBy: philipp at redfish-solutions.com
         QAContact: extras-qa at fedoraproject.org
                CC: notting at redhat.com, fedora-package-review at redhat.com
   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.



More information about the package-review mailing list