Improve the performance of string search
Open
@ryuusama09 is already working on this.
Since Oct 21, 2023.
good first issue
help wanted
type/enhancement
type/performance
- Dominant language
- C++
- Stars
- 1k
- Forks
- 423
- Avg merge
- 1d 15h
- Merged PRs (30d)
- 24
Description
Enhancement
Possible solution:
- http://0x80.pl/articles/simd-strfind.html
- https://github.com/intel/hyperscan
- compile
re2withavx2 - use Volnitsky algorithm
- ......
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.