Port details |
- py-stringzilla SIMD-accelerated string search/sort/hashes/fingerprints/edit distances
- 3.11.1 devel
=0 Package not present on quarterly.This port was created during this quarter. It will be in the next quarterly branch but not the current one.
- Maintainer: yuri@FreeBSD.org
- Port Added: 2024-12-19 08:24:10
- Last Update: 2024-12-19 08:00:55
- Commit Hash: 8afcce5
- Also Listed In: python
- License: APACHE20
- WWW:
- https://ashvardanian.com/posts/stringzilla/
- https://github.com/ashvardanian/stringzilla
- Description:
- StringZilla is the GodZilla of string libraries, using SIMD and SWAR to
accelerate string operations on modern CPUs. It is up to 10x faster than the
default and even other SIMD-accelerated string libraries in C, C++, Python,
and other languages, while covering broad functionality. It accelerates exact
and fuzzy string matching, edit distance computations, sorting,
lazily-evaluated ranges to avoid memory allocations, and even random-string
generators.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - There is no configure plist information for this port.
- Dependency lines:
-
- ${PYTHON_PKGNAMEPREFIX}stringzilla>0:devel/py-stringzilla@${PY_FLAVOR}
- To install the port:
- cd /usr/ports/devel/py-stringzilla/ && make install clean
- To add the package, run one of these commands:
- pkg install devel/py-stringzilla
- pkg install py311-stringzilla
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above. NOTE: This is a Python port. Instead of py311-stringzilla listed in the above command, you can pick from the names under the Packages section.- PKGNAME: py311-stringzilla
- Package flavors (<flavor>: <package>)
- ONLY_FOR_ARCHS: aarch64 amd64 i386
- distinfo:
- TIMESTAMP = 1734594928
SHA256 (ashvardanian-StringZilla-v3.11.1_GH0.tar.gz) = 44d2a38ddd610e6e22fc3ed83a5a453f9887b45746dd250d68c4d690b860c8f0
SIZE (ashvardanian-StringZilla-v3.11.1_GH0.tar.gz) = 260094
No package information for this port in our database- Sometimes this happens. Not all ports have packages. This is doubly so for new ports, like this one.
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- py311-setuptools>0 : devel/py-setuptools@py311
- py311-wheel>0 : devel/py-wheel@py311
- python3.11 : lang/python311
- py311-build>=0 : devel/py-build@py311
- py311-installer>=0 : devel/py-installer@py311
- Test dependencies:
-
- python3.11 : lang/python311
- Runtime dependencies:
-
- python3.11 : lang/python311
- This port is required by:
- for Run
-
- graphics/py-albucore
Configuration Options:
- No options to configure
- Options name:
- devel_py-stringzilla
- USES:
- python
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|