From: Heng Li Date: Fri, 6 May 2011 02:25:09 +0000 (-0400) Subject: update README X-Git-Tag: ksprintf-final~34 X-Git-Url: http://www.kaiwu.me/postgresql/commit/?a=commitdiff_plain;h=0d5864823f8875b9229141bd6b538c4e216ba9b2;p=klib.git update README --- diff --git a/README b/README index 71642f6..3c92a67 100644 --- 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 =======