Data Processing Library Documentation

CGI framework libraries:

Download

Cross-platform tarball (don't even try on windows) libcgic-1.0.tar.gz

Introduction

Processing data takes the most time of program execution, so the faster is it, the faster program is.

This library contains functions for working with MySQL database (I didn't give attention to other RDBMS as I work almost only with MySQL, but if there will be need for other database wrappers, I made it easy to extend it for other database types), hash (which drastically speeds up data search, but note - it is not a container - it is just indexer and searching mechanism), and connection pool.

Some may ask - what for have I wrote mysql wrapper functions? I've created wrapper for MySQL because native mysql functions in my opinion are not very convenient to use.


Generated on Tue Jun 17 17:31:12 2008 for Data Processing Library by  doxygen 1.5.5