You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Ada library passes the full range of tests from the specification,
15
13
across a wide range of platforms (e.g., Windows, Linux, macOS). It fully
16
14
supports the relevant [Unicode Technical Standard](https://www.unicode.org/reports/tr46/#ToUnicode).
17
15
16
+
### Requirements
17
+
18
+
The project is otherwise self-contained and it has no dependency.
19
+
A recent C++ compiler supporting C++17. We test GCC 9 or better, LLVM 10 or better and Microsoft Visual Studio 2022.
18
20
19
21
## Ada is fast.
20
22
@@ -34,12 +36,13 @@ Ada has improved the performance of the popular JavaScript environment Node.js:
34
36
35
37
> Since Node.js 18, a new URL parser dependency was added to Node.js — Ada. This addition bumped the Node.js performance when parsing URLs to a new level. Some results could reach up to an improvement of **400%**. ([State of Node.js Performance 2023](https://blog.rafaelgss.dev/state-of-nodejs-performance-2023))
36
38
39
+
## Bindings of Ada
37
40
38
-
## Requirements
41
+
We provide clients for different programming languages through our C API.
39
42
40
-
-A recent C++ compiler supporting C++17. We test GCC 9 or better, LLVM 10 or better and Microsoft Visual Studio 2022.
41
-
42
-
The project is otherwise self-contained and it has no dependency.
43
+
-[Rust](https://github.com/ada-url/rust): Rust bindings for Ada
44
+
-[Go](https://github.com/ada-url/goada): Go bindings for Ada
45
+
-[Python](https://github.com/ada-url/python): Python bindings for Ada
0 commit comments