Optimize the StringComparison
Open
@Lloyd-Pottiger is already working on this.
Since Oct 12, 2022.
type/enhancement
type/performance
- Dominant language
- C++
- Stars
- 1k
- Forks
- 423
- Avg merge
- 1d 15h
- Merged PRs (30d)
- 24
Description
Enhancement
The implement of StringComparison is not good, take StringEqualsImpl::stringVectorStringVector as an example:
we need optimized it by
- better cache locality
- use
std::string_viewinstead ofstd::string - use
mem_utils::memoryEqualinstead of!std::memcmp
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.