文件名称:hat-trie, 一种有效的trie实现.zip
文件大小:35KB
文件格式:ZIP
更新时间:2022-10-30 02:19:57
开源
hat-trie, 一种有效的trie实现 hat 这是Askitis和Sinha的hat trie数据结构的ANSI实现,它是一个非常高效的( 空间和时间) 现代变体。这里实现的版本将字节数组映射到单词( 。例如,无符号的longs ),它可以以用来存储计数。指针等。有
【文件预览】:
hat-trie-master
----.gitignore(302B)
----COPYING(1KB)
----README.md(1KB)
----test()
--------str_map.c(5KB)
--------bench_sorted_iter.c(2KB)
--------check_hattrie.c(15KB)
--------check_ahtable.c(7KB)
--------Makefile.am(583B)
--------str_map.h(1011B)
----m4()
--------.gitignore(0B)
----TODO(59B)
----src()
--------murmurhash3.h(143B)
--------hat-trie.c(20KB)
--------common.h(330B)
--------ahtable.h(4KB)
--------ahtable.c(16KB)
--------pstdint.h(27KB)
--------misc.h(346B)
--------hat-trie.h(3KB)
--------portable_endian.h(3KB)
--------Makefile.am(368B)
--------misc.c(816B)
--------murmurhash3.c(1KB)
----configure.ac(862B)
----.travis.yml(181B)
----hat-trie-0.1.pc.in(221B)
----Makefile.am(145B)