diff options
author | Xavier Roche <xroche@users.noreply.github.com> | 2014-06-15 07:43:32 +0000 |
---|---|---|
committer | Xavier Roche <xroche@users.noreply.github.com> | 2014-06-15 07:43:32 +0000 |
commit | 3bb87c123aa04f0835a5840499b3737f1f74adee (patch) | |
tree | db1d26feec1fadd7a0d155428b9b499bf61a84bc /src | |
parent | eeaa9565885d3c6f5139d33a512741674ff3e156 (diff) |
Intro line.
Diffstat (limited to 'src')
-rw-r--r-- | src/coucal.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/coucal.h b/src/coucal.h index 22ce147..7c2dce6 100644 --- a/src/coucal.h +++ b/src/coucal.h @@ -31,6 +31,8 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ /** + * Coucal, a Cuckoo-hashing-based hashtable with stash area C library. + * * This hashtable library provides key/value hashtable, with by default a * string key, and integer/pointer value (with an associated optional * allocator). Both key and value can be of any type, using custom settings. |