2 stable releases

2.0.0 Nov 23, 2019
1.0.0 Nov 16, 2019

#2307 in Algorithms

Download history 58/week @ 2023-11-20 32/week @ 2023-11-27 21/week @ 2023-12-04 157/week @ 2023-12-11 162/week @ 2023-12-18 62/week @ 2023-12-25 72/week @ 2024-01-01 90/week @ 2024-01-08 89/week @ 2024-01-15 141/week @ 2024-01-22 121/week @ 2024-01-29 142/week @ 2024-02-05 168/week @ 2024-02-12 130/week @ 2024-02-19 131/week @ 2024-02-26 216/week @ 2024-03-04

654 downloads per month
Used in 10 crates (3 directly)

MIT license

87KB
2.5K SLoC

C 2K SLoC // 0.1% comments Rust 213 SLoC

cdivsufsort

This crate contains Yuta Mori's C codebase libdivsufsort, as found on:

...and a minimal Rust interface to it.

Changes

There are no functional changes to the codebase, however:

  • Parts of the code have been formatted with clang-format (LLVM style)
  • Many of the loops (for, do..while) have been given names in comments, for ease of translation.
  • The codebase contains "cross-checking" facilities (the macros crosscheck, SA_dump, etc.) so its behavior can be compared with the Rust port.

Cross-checking is only built when the crosscheck feature is enabled. It is not intended for general use, only for debugging the divsufsort crate.

Further reading

The divsufsort algorithm is based on "",

Authors

The original code was written by Yuta Mori, and its essence is not changed here.

License

cdivsufsort is released under the MIT license, same as the original.

See the LICENSE and c-sources/LICENSE files for details.

Dependencies

~98–325KB