Add package simdutf (#2929)

This commit is contained in:
Trayambak Rai 2024-09-11 17:47:08 +05:30 committed by GitHub
parent 7e2eb1cbdb
commit 4407ea8bec
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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"
}
]