]> git.kaiwu.me - klib.git/commitdiff
update README
authorHeng Li <lh3@live.co.uk>
Fri, 6 May 2011 02:25:09 +0000 (22:25 -0400)
committerHeng Li <lh3@live.co.uk>
Fri, 6 May 2011 02:25:09 +0000 (22:25 -0400)
README

diff --git a/README b/README
index 71642f687923ffe237452b07cc0ebfa68f834850..3c92a675f949933b8abe9c3517bf3ba9090f64b8 100644 (file)
--- a/README
+++ b/README
@@ -8,8 +8,8 @@ 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.
+implementations of similar algorithms or data structures, and use less memory
+than many others.
 
 
 OVERVIEW
@@ -27,8 +27,11 @@ knetfile.{h,c}  Random access to remote files
 kfunc.c         Special mathematical functions
 kmin.{h,c}      Derivative-free non-linear programming
 khmm.{h,c}      Basic HMM library
+ksw.(h,c}       Smith-Waterman using SSE2
 knhx.{h,c}      Newick format parser
 
+lua/            Miscellaneous Lua libraries
+
 
 LICENSE
 =======