Paquet : libsimdutf31 (8.0.0-1)
Liens pour libsimdutf31
Ressources Debian :
- Rapports de bogues
- Developer Information
- Journal des modifications Debian
- Fichier de licence
- Suivis des correctifs pour Debian
Télécharger le paquet source simdutf :
Responsables :
Ressources externes :
- Page d'accueil [simdutf.github.io]
Paquets similaires :
Fast Unicode validation and transcoding
Most modern software relies on the Unicode standard. In memory, Unicode strings are represented using either UTF-8 or UTF-16. The UTF-8 format is the de facto standard on the web (JSON, HTML, etc.) and it has been adopted as the default in many popular programming languages (Go, Zig, Rust, Swift, etc.). The UTF-16 format is standard in Java, C# and in many Windows technologies.
Not all sequences of bytes are valid Unicode strings. It is unsafe to use Unicode strings in UTF-8 and UTF-16LE without first validating them. Furthermore, we often need to convert strings from one encoding to another, by a process called transcoding. For security purposes, such transcoding should be validating: it should refuse to transcode incorrect strings.
This library provide fast Unicode functions such as
* ASCII, UTF-8, UTF-16LE/BE and UTF-32 validation, with and without error identification, * Latin1 to UTF-8 transcoding, * Latin1 to UTF-16LE/BE transcoding * Latin1 to UTF-32 transcoding * UTF-8 to Latin1 transcoding, with or without validation, with and without error identification, * UTF-8 to UTF-16LE/BE transcoding, with or without validation, with and without error identification, * UTF-8 to UTF-32 transcoding, with or without validation, with and without error identification, * UTF-16LE/BE to Latin1 transcoding, with or without validation, with and without error identification, * UTF-16LE/BE to UTF-8 transcoding, with or without validation, with and without error identification, * UTF-32 to Latin1 transcoding, with or without validation, with and without error identification, * UTF-32 to UTF-8 transcoding, with or without validation, with and without error identification, * UTF-32 to UTF-16LE/BE transcoding, with or without validation, with and without error identification, * UTF-16LE/BE to UTF-32 transcoding, with or without validation, with and without error identification, * From an UTF-8 string, compute the size of the Latin1 equivalent string, * From an UTF-8 string, compute the size of the UTF-16 equivalent string, * From an UTF-8 string, compute the size of the UTF-32 equivalent string (equivalent to UTF-8 character counting), * From an UTF-16LE/BE string, compute the size of the Latin1 equivalent string, * From an UTF-16LE/BE string, compute the size of the UTF-8 equivalent string, * From an UTF-32 string, compute the size of the UTF-8 or UTF-16LE equivalent string, * From an UTF-16LE/BE string, compute the size of the UTF-32 equivalent string (equivalent to UTF-16 character counting), * UTF-8 and UTF-16LE/BE character counting, * UTF-16 endianness change (UTF16-LE/BE to UTF-16-BE/LE), * WHATWG forgiving-base64 (with or without URL encoding) to binary, * Binary to base64 (with or without URL encoding).
The functions are accelerated using SIMD instructions (e.g., ARM NEON, SSE, AVX, AVX-512, RISC-V Vector Extension, LoongSon, POWER, etc.). When your strings contain hundreds of characters, we can often transcode them at speeds exceeding a billion characters per second. You should expect high speeds not only with English strings (ASCII) but also Chinese, Japanese, Arabic, and so forth. We handle the full character range (including, for example, emojis).
The library compiles down to a small library of a few hundred kilobytes. Our functions are exception-free and non allocating. We have extensive tests and extensive benchmarks.
This package ships the shared object.
Autres paquets associés à libsimdutf31
|
|
|
|
-
- dep: libc6 (>= 2.14) [amd64]
- bibliothèque C GNU : bibliothèques partagées
un paquet virtuel est également fourni par libc6-udeb
- dep: libc6 (>= 2.16) [x32]
- dep: libc6 (>= 2.17) [arm64, ppc64el]
- dep: libc6 (>= 2.2) [hppa]
- dep: libc6 (>= 2.27) [riscv64]
- dep: libc6 (>= 2.4) [armhf, i386, m68k, ppc64, s390x, sparc64]
- dep: libc6 (>= 2.42) [loong64, sh4]
-
- dep: libc6.1 (>= 2.1.3) [alpha]
- bibliothèque C GNU : bibliothèques partagées
un paquet virtuel est également fourni par libc6.1-udeb
-
- dep: libgcc-s1 (>= 3.0) [amd64, arm64, loong64, ppc64, ppc64el, riscv64, x32]
- bibliothèque de prise en charge de GCC
- dep: libgcc-s1 (>= 3.5) [armhf]
- dep: libgcc-s1 (>= 4.2) [alpha, i386, s390x, sh4, sparc64]
-
- dep: libgcc-s2 (>= 4.2.1) [m68k]
- bibliothèque de prise en charge de GCC
-
- dep: libgcc-s4 (>= 4.1.1) [hppa]
- bibliothèque de prise en charge de GCC
-
- dep: libstdc++6 (>= 13.1)
- bibliothèque standard C++ de GNU v3
Télécharger libsimdutf31
| Architecture | Taille du paquet | Espace occupé une fois installé | Fichiers |
|---|---|---|---|
| alpha (portage non officiel) | 39,5 ko | 214,0 ko | [liste des fichiers] |
| amd64 | 135,2 ko | 557,0 ko | [liste des fichiers] |
| arm64 | 54,0 ko | 277,0 ko | [liste des fichiers] |
| armhf | 34,7 ko | 148,0 ko | [liste des fichiers] |
| hppa (portage non officiel) | 44,3 ko | 180,0 ko | [liste des fichiers] |
| i386 | 41,3 ko | 168,0 ko | [liste des fichiers] |
| loong64 | 88,7 ko | 404,0 ko | [liste des fichiers] |
| m68k (portage non officiel) | 37,1 ko | 148,0 ko | [liste des fichiers] |
| ppc64 (portage non officiel) | 42,4 ko | 277,0 ko | [liste des fichiers] |
| ppc64el | 74,5 ko | 340,0 ko | [liste des fichiers] |
| riscv64 | 42,1 ko | 157,0 ko | [liste des fichiers] |
| s390x | 40,2 ko | 176,0 ko | [liste des fichiers] |
| sh4 (portage non officiel) | 42,0 ko | 212,0 ko | [liste des fichiers] |
| sparc64 (portage non officiel) | 34,4 ko | 1 049,0 ko | [liste des fichiers] |
| x32 (portage non officiel) | 135,3 ko | 524,0 ko | [liste des fichiers] |
