首页| JavaScript| HTML/CSS| Matlab| PHP| Python| Java| C/C++/VC++| C#| ASP| 其他|
购买积分 购买会员 激活码充值

您现在的位置是:虫虫源码 > C/C++/VC++ > taiju

taiju

  • 资源大小:119.01 kB
  • 上传时间:2021-06-30
  • 下载次数:0次
  • 浏览次数:0次
  • 资源积分:1积分
  • 标      签:

资 源 简 介

Outline The libtaiju is a C++ library for succinct representations of trie --- Trie is a tree structure of storing strings and succinct tries are suitable for a large set of strings. Features The following list shows main features of the libtaiju. The libtaiju is optimized for 64-bit environment. It works even on 32-bit environment, but its performance is worse than on 64-bit environment. The libtaiju supports very large tries. The upper limit of the number of trie nodes is 238 or 240. The libtaiju uses temporary files for building a large trie. If _Win32 or _Win64 is defined (on Windows), temporary files are created by a combination of ::_tempnam() and std::fopen(). If _MSC_VER is also defined (on Visual Studio), ::fopen_s() is used instead of std::fopen()

文 件 列 表

taiju-0.0.3
INSTALL
Makefile.in
configure.ac
README
aclocal.m4
test
include
AUTHORS
install-sh
missing
Makefile.am
configure
depcomp
lib
ChangeLog
tool
COPYING
NEWS
VIP VIP
0.174252s