X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;f=ucw%2Fdoc%2Findex.txt;h=a9981c5f0d8ddb2abb57a8fa50ff6d05d272e565;hb=e6688eeb82d349a202a30a243a59079bdc4c212d;hp=0a80fa00f3602db672942759cf63c684db550f94;hpb=9e396865b92baea1cc154f921d158a86b0ae0a81;p=libucw.git diff --git a/ucw/doc/index.txt b/ucw/doc/index.txt index 0a80fa00..a9981c5f 100644 --- a/ucw/doc/index.txt +++ b/ucw/doc/index.txt @@ -1,13 +1,94 @@ -UCW libraries -============= +The UCW library +=============== -//// -TODO: Some general description, what the libraries are, why, etc... -//// +The UCW library aims to provide a set general purpose tools for programming +in the C language. It contains generic data structures (lists, trees, hash +tables etc.), fast memory allocators optimized for various usage patterns, +abstract I/O streams and optimized implementations of some common algorithms +(e.g., sorting of arrays and files). + +Please note that this documentation is not yet complete. Many modules are +not described, so you might need to look into the source code. + +You can see the index of <>. Modules ------- +- <> +- <> - <> +- <> +- <> +- <> +- <> +- <> +- <> +- <> +- <> +- <> +- <> +- <> +- <> +- <> +- <> +- <> +- <> +- <> +- <> + +Other features +-------------- +- <> +- <> +- <> +- <> +- <> + +Yet undocumented modules +------------------------ +- Trie + * `trie.h` +- Red-black trees + * `redblack.h` +- Bit manipulation + * `bitarray.h` + * `bitopts.h` + * `bitsig.h` +- String manipulation + * `kmp.h` + * `kmp-search.h` + * `regex.h` + * `stkstring.h` + * `string.h` + * `str-match.h` + * `strtonum.h` + * `wildmatch.h` +- File manipulation + * `asio.h` + * `lfs.h` + * `partmap.h` +- Address manipulation + * `url.h` + * `ipaccess.h` +- Prefetching of memory + * `prefetch.h` +- Caches + * `qache.h` +- Threads + * `semaphore.h` + * `threads.h` + * `workqueue.h` +- Profiling support + * `profile.h` + +License +------- +The UCW library is copyrighted by its authors: + +- Pavel Charvát +- Martin Mareš +- Robert Špalek +- Michal Vaner -Definitions ------------ +It can be freely distributed and used according to the terms of +the GNU Lesser General Public License.