]> git.kaiwu.me - klib.git/commitdiff
update README
authorHeng Li <lh3@live.co.uk>
Wed, 6 Apr 2011 14:23:24 +0000 (10:23 -0400)
committerHeng Li <lh3@live.co.uk>
Wed, 6 Apr 2011 14:23:24 +0000 (10:23 -0400)
README

diff --git a/README b/README
index 34276287fadf713b1edc2bc2f2dc37e8e0cfe6f7..71642f687923ffe237452b07cc0ebfa68f834850 100644 (file)
--- 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.
+