From: Heng Li Date: Wed, 6 Apr 2011 14:23:24 +0000 (-0400) Subject: update README X-Git-Tag: ksprintf-final~59 X-Git-Url: http://www.kaiwu.me/postgresql/commit/static/gitweb.js?a=commitdiff_plain;h=1f2ef7afd540983db7d95e4ad745cbacc331d7a7;p=klib.git update README --- diff --git a/README b/README index 3427628..71642f6 100644 --- a/README +++ b/README @@ -6,6 +6,11 @@ of external libraries, except the standard C library, and independent of each other. To use a component of this library, you only need to copy one or two files to your souce code tree without worrying about library dependencies. +Klib strives for efficiency and a small memory footprint. Some components, such +as khash.h, kbtree.h, ksort.h and kvec.h, are among the most efficient +implementations of similar algorithms or data structures, while using less +memory than many others. + OVERVIEW ======== @@ -29,3 +34,4 @@ LICENSE ======= Most of the source codes are released under the MIT/X11 or the BSD license. +