Hacker News new | ask | show | jobs
Show HN: FM-index – Rust-powered substring search for Python (pypi.org)
2 points by math-hiyoko 163 days ago
I built this FM-index implementation in Rust with Python bindings. It supports fast substring count / locate queries once indexed. Usage examples and docs are on the PyPI page.

Feedback welcome on API design and performance tradeoffs.