Skip to content

Commit

Permalink
Add package simdutf (#2929)
Browse files Browse the repository at this point in the history
  • Loading branch information
xTrayambak committed Sep 11, 2024
1 parent 7e2eb1c commit 4407ea8
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions packages.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
]

0 comments on commit 4407ea8

Please sign in to comment.