From: Heng Li Date: Mon, 1 Dec 2014 01:04:22 +0000 (-0500) Subject: added a link to the new doc X-Git-Url: http://www.kaiwu.me/postgresql/commit/static/gitweb.js?a=commitdiff_plain;h=b8c858b26825959ccab2bfdfa2be31f22cdbd35c;p=klib.git added a link to the new doc --- diff --git a/README.md b/README.md index d9bd118..57bccc8 100644 --- a/README.md +++ b/README.md @@ -13,6 +13,9 @@ as khash.h, kbtree.h, ksort.h and kvec.h, are among the most efficient implementations of similar algorithms or data structures in all programming languages, in terms of both speed and memory use. +A new documentation is available [here](https://github.com/attractivechaos/klib) +which includes most information in this README file. + ####Common components * [khash.h][khash]: generic hash table based on [double hashing][2].