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

provide java bindings #796

Open
yoeduardoj opened this issue Dec 5, 2024 · 1 comment
Open

provide java bindings #796

yoeduardoj opened this issue Dec 5, 2024 · 1 comment

Comments

@yoeduardoj
Copy link

What is the problem this feature will solve?

java is still a very popular language, and most built in URL types are pedantic in ways WHATWG is not. It would be great to have ada-url as an option

What is the feature you are proposing to solve the problem?

Perhaps produce bindings using javacpp?

What alternatives have you considered?

JNA could be an alternative using c wrapper functions, but then performance suffers for every part of the URL structure one wants to access. Having direct access to c++ URL class would be 2x more performant.

@lemire
Copy link
Member

lemire commented Dec 5, 2024

@yoeduardoj Would you be willing to work on these bindings?

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

No branches or pull requests

2 participants