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

Backend For String #670

Open
asmit27rai opened this issue Mar 23, 2025 · 1 comment · May be fixed by #671
Open

Backend For String #670

asmit27rai opened this issue Mar 23, 2025 · 1 comment · May be fixed by #671

Comments

@asmit27rai
Copy link

Description of the problem

The strings module currently lacks a C++ backend implementation for its algorithms (e.g., KMP, Rabin-Karp, Boyer-Moore, Z-function) and the Trie data structure. This limits the performance and scalability of the module. A C++ backend needs to be implemented to improve efficiency and provide seamless integration with the existing Python codebase.

@asmit27rai
Copy link
Author

@czgdp1807 @Kishan-Ved I am working on it

@asmit27rai asmit27rai linked a pull request Mar 23, 2025 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant