HackerTrans
トップ新着トレンドコメント過去質問紹介求人

math-hiyoko

no profile record

投稿

Show HN: Fast Sudoku solver that enumerates all solutions

sudoku-solver.piyochan.jp
1 ポイント·投稿者 math-hiyoko·5 か月前·0 コメント

Show HN: FM-index – Rust-powered substring search for Python

pypi.org
2 ポイント·投稿者 math-hiyoko·6 か月前·0 コメント

Show HN: High-Performance Wavelet Matrix for Python, Implemented in Rust

pypi.org
93 ポイント·投稿者 math-hiyoko·7 か月前·10 コメント

コメント

math-hiyoko
·7 か月前·議論
Thanks for the feedback! You're right, just listing features doesn't make the use cases very clear. I'm planning to add more concrete, real-world examples to the README and examples to better show where wavelet matrices really shine.
math-hiyoko
·7 か月前·議論
No, the library itself does not use unsafe Rust at all. The Python bindings are built using PyO3, which internally uses unsafe (as required to interface with the CPython C API), but that is fully encapsulated within PyO3. The core data structure and algorithms remain purely safe Rust.