4 The UCW libraries aim to provide some general purpose tools for C
5 programming language. It contains faster implementations of some
6 algorithms found in libc (for example, sorting), few commonly used not
7 available in libc (sha1 hash), several generic data structures (hash
8 tables, binomial heap) and some less common tools (memory pools).
10 It is probable you may save yourself some time by using this library.
12 Please note this documentation is not yet complete. There are lot of
13 modules not yet described, look into the source code.
15 You can see list of <<def_index:,definitions>>.
19 - <<fastbuf:,Fastbufs>>
20 - <<basecode:,Base64 and Base224 encoding>>
21 - <<hash:,Hashing routines>>
22 - <<conf:,Configuration and command line parser>>
23 - <<mempool:,Memory pools>>
24 - <<mainloop:,Mainloop>>
26 Yet undocumented modules
27 ------------------------
44 - Character manipulation
52 - Fixed-sized allocator
56 - IP address access lists
72 - Prefetching of memory
95 - <<docsys:,Documentation system>>