-
-
Notifications
You must be signed in to change notification settings - Fork 86
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
Include A Zig Library In Speed Comparison #514
Conversation
Thank you. I've been following the benchmark issue on your repository for quite some time now. Happy to see this! Would you mind sharing the results as well? |
Can you also run the linter? |
The result of
|
Certainly. I need a little help. Can't find any mention of a linter in the docs or makefiles. How does one run lint? |
We need better documentation for internal tooling. You need to run this command https://github.com/ada-url/ada/blob/main/tools/lint_and_format.py |
UTF-8 validation is super slow in Zig. We could use some of that Lemire stuff in there. 😁 |
One more change. Sorry about that @anonrig. I never realized how bad-ass string null-termination can be. Such a bad reputation while it significantly improves both code and performance.
|
Benchmark libzuri when available [optional].