Port details |
- py-stringzilla SIMD-accelerated string search/sort/hashes/fingerprints/edit distances
- 3.11.3 devel =0 3.11.2Version of this port present on the latest quarterly branch.
- Maintainer: yuri@FreeBSD.org
- Port Added: 2024-12-19 08:24:10
- Last Update: 2025-01-12 19:46:38
- Commit Hash: afbfb65
- 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 = 1736677352
SHA256 (ashvardanian-StringZilla-v3.11.3_GH0.tar.gz) = 8ca47c1f1bb8ba67a89c54951fff08483087fa637a43941de1a44fb04a2ba83e
SIZE (ashvardanian-StringZilla-v3.11.3_GH0.tar.gz) = 260084
Packages (timestamps in pop-ups are UTC):
- 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:
-
- py311-pyarrow>0 : databases/py-pyarrow@py311
- py311-pytest-repeat>0 : devel/py-pytest-repeat@py311
- py311-pytest>=7,1 : devel/py-pytest@py311
- 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:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
3.11.3 12 Jan 2025 19:46:38 |
Yuri Victorovich (yuri) |
devel/{,py-}stringzilla: update 3.11.2 → 3.11.3
Reported by: portscout |
3.11.2 20 Dec 2024 06:05:47 |
Yuri Victorovich (yuri) |
devel/{,py-}stringzilla: update 3.11.1 → 3.11.2
Reported by: portscout |
3.11.1 20 Dec 2024 06:05:40 |
Yuri Victorovich (yuri) |
devel/py-stringzilla: Add tests |
3.11.1 19 Dec 2024 08:00:55 |
Yuri Victorovich (yuri) |
devel/py-stringzilla: New port: SIMD-accelerated string
search/sort/hashes/fingerprints/edit distances |