共有 0 个贴子
没有任何数据可供显示
开源项目社区 | 当前位置 : |
|
www.trustie.net/open_source_projects | 主页 > 开源项目社区 > libdivsufsort |
libdivsufsort
|
0 | 0 | 17 |
贡献者 | 讨论 | 代码提交 |
The libdivsufsort project provides a fast, lightweight, and robust C API library to construct the suffix array and the Burrows-Wheeler transformed string for any input string of a constant-size alphabet.
News:2008/08/23: libdivsufsort-2.0.0 is now available. 2008/06/09: The project has been moved to Google Code. Current Features:Constructs the suffix array in O(n log n) time and O(1) extra working space. Constructs the Burrows-Wheeler transformed string directly. Inverse BW-transform. Fast suffix array checker. Simple string search. Planned Features:Lightweight BWT and Inverse BWT. (3n? bytes) Regular expression search...?