SIMD-accelerated string search, sort, hash, and edit distance library
StringZilla is a C/C++ library that provides SIMD-accelerated implementations of common string operations including substring search, sorting, hashing, and edit distance computation, using NEON, AVX2, AVX-512, and SVE intrinsics.
StringZilla is a C/C++ library that provides SIMD-accelerated implementations of common string operations including substring search, sorting, hashing, and edit distance computation, using NEON, AVX2, AVX-512, and SVE intrinsics.
To install stringzilla, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install stringzilla
To see what files were installed by stringzilla, run:
port contents stringzilla
To later upgrade stringzilla, run:
sudo port selfupdate && sudo port upgrade stringzilla
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.