Skip to content

Commit

Permalink
Update link to PR in ClickHouse (#40)
Browse files Browse the repository at this point in the history
  • Loading branch information
rschu1ze committed Jan 3, 2024
1 parent 61836b5 commit 8224b4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

The ada-url/ada library is a C++ library implementing the `to_ascii` and `to_unicode` functions from the [Unicode Technical Standard](https://www.unicode.org/reports/tr46/#ToUnicode) supporting a wide range of systems. It is suitable for URL parsing.

Our IDNA library is used by the Node.js runtime and by [ClickHouse](https://github.com/ClickHouse/ClickHouse/pull/57969#event-11299892419).
Our IDNA library is used by the Node.js runtime and by [ClickHouse](https://github.com/ClickHouse/ClickHouse/pull/58454).

According to our benchmarks, it can be faster than ICU.

Expand Down

0 comments on commit 8224b4b

Please sign in to comment.