From 8224b4beff55971de8b7992841a3e9a7631a4157 Mon Sep 17 00:00:00 2001 From: Robert Schulze Date: Wed, 3 Jan 2024 20:32:02 +0100 Subject: [PATCH] Update link to PR in ClickHouse (#40) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2ac5c62..c66613e 100644 --- a/README.md +++ b/README.md @@ -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.