2011-05-05 17:44:20 -04:00
2011-01-13 13:05:35 -05:00
2011-02-14 16:33:27 -05:00
2011-01-13 12:55:01 -05:00
2011-01-13 12:55:01 -05:00
2011-01-13 12:47:54 -05:00
2011-01-13 12:47:54 -05:00
2011-01-13 12:44:38 -05:00
2011-01-13 12:44:38 -05:00
2011-01-13 12:53:26 -05:00
2011-01-13 13:10:52 -05:00
2011-01-13 13:10:52 -05:00
2011-04-10 23:29:45 -04:00
2011-02-12 18:52:08 -05:00
2011-02-12 18:52:08 -05:00
2011-05-05 17:44:20 -04:00
2011-05-05 15:39:04 -04:00
2011-01-13 12:47:54 -05:00
2011-01-13 12:47:54 -05:00
2011-04-06 10:23:24 -04:00

INTRODUCTION
============

Klib is a standalone and lightweight C library. Most components are independent
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
========

khash.h         Generic hash table
kbtree.h        Generic B-tree
ksort.h         Generic sort
kseq.h          Generic stream buffer plus a FASTA/Q parser
kvec.h          Generic vector
klist.h         Generic single-linked list plus a memory pool
kstring.{h,c}   String library
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
knhx.{h,c}      Newick format parser


LICENSE
=======

Most of the source codes are released under the MIT/X11 or the BSD license.

Description
No description provided
Readme 1.8 MiB
Languages
C 80.9%
C++ 13.2%
Lua 5.5%
Makefile 0.4%