Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add benchmarks for bulk-replace operations against Boost or STL #81

Open
ashvardanian opened this issue Feb 7, 2024 · 0 comments
Open
Labels
cpp good first issue Good for newcomers

Comments

@ashvardanian
Copy link
Owner

The C++ class implements a replace_all operation, that can be used to replace all occurrences of a substring or a character with a different string. The implementation is designed to minimize memory allocations and should be faster than boost::algorithm::replace_all in Boost and Python's str.replace. That intuition should be supported by evidence, so new benchmarks should be added.

@ashvardanian ashvardanian added good first issue Good for newcomers cpp labels Feb 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cpp good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

1 participant