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

Using Chrome, Mozilla or some other major project for testing #83

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

Comments

@ashvardanian
Copy link
Owner

StringZilla currently passes ASAN check, unit tests, and fuzzy tests across several programming languages for MacOS, Linux, and Windows on every PR. This, however, is not the same as taking a mature 20yo codebase and replacing all inclusions of std::string and std::string_view with sz::string and sz::string_view. On one side, it may make the target project noticeably faster. On the other side, it will help polish the rough corners, where we may not yet entirely match the C++ standard.

@ashvardanian ashvardanian added good first issue Good for newcomers cpp labels Feb 7, 2024
@ashvardanian
Copy link
Owner Author

If replacing the C++ namespace is too hard (requires recompiling after all), one can use LibSee to swap the LibC symbols and profile their usage 🤗

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