From b8c858b26825959ccab2bfdfa2be31f22cdbd35c Mon Sep 17 00:00:00 2001 From: Heng Li Date: Sun, 30 Nov 2014 20:04:22 -0500 Subject: [PATCH] added a link to the new doc --- README.md | 3 +++ 1 file changed, 3 insertions(+) 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]. -- 2.47.3