Crate stringzilla

Crate stringzilla 

Source
Expand description

§StringZilla

Fast string processing library with SIMD and GPU acceleration.

This crate provides two main modules:

  • stringzilla (alias sz): Single-string operations
  • stringzillas (alias szs): Multi-string parallel operations (requires features)

§Features

  • cpus: Enable multi-threaded CPU backend
  • cuda: Enable CUDA GPU backend
  • rocm: Enable ROCm GPU backend

Re-exports§

pub use stringzilla as sz;

Modules§

stringzilla
Core single-string operations with SIMD acceleration.