From 4407ea8beca09e87937d6dcba3c5dc411c08ef83 Mon Sep 17 00:00:00 2001 From: Trayambak Rai <59499552+xTrayambak@users.noreply.github.com> Date: Wed, 11 Sep 2024 17:47:08 +0530 Subject: [PATCH] Add package simdutf (#2929) --- packages.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/packages.json b/packages.json index cfc14d4..a3b2e9a 100644 --- a/packages.json +++ b/packages.json @@ -34048,5 +34048,21 @@ "description": "Simple library to work with IPv4 addresses. Made for fun for everyone.", "license": "MIT", "web": "https://github.com/TelegramXPlus/ipv4utils" + }, + { + "name": "simdutf", + "url": "https://github.com/ferus-web/simdutf", + "description": "High performance, SIMD accelerated routines for unicode and base64 processing", + "method": "git", + "tags": [ + "simd", + "performance", + "base64", + "unicode", + "avx2", "avx512", "neon", "sse", "riscv", + "utf8", "utf16", "utf32", "transcoding" + ], + "license": "Apache-2.0", + "web": "https://github.com/ferus-web/simdutf" } ]