Expand description
§StringZilla
Fast string processing library with SIMD and GPU acceleration.
This crate provides two main modules:
stringzilla
(aliassz
): Single-string operationsstringzillas
(aliasszs
): Multi-string parallel operations (requires features)
§Features
cpus
: Enable multi-threaded CPU backendcuda
: Enable CUDA GPU backendrocm
: Enable ROCm GPU backend
Re-exports§
pub use stringzilla as sz;
Modules§
- stringzilla
- Core single-string operations with SIMD acceleration.