From 1f2ef7afd540983db7d95e4ad745cbacc331d7a7 Mon Sep 17 00:00:00 2001 From: Heng Li Date: Wed, 6 Apr 2011 10:23:24 -0400 Subject: [PATCH] update README --- README | 6 ++++++ 1 file changed, 6 insertions(+) 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. + -- 2.47.3