Paket: libsimdutf-tools (8.0.0-1)
Links für libsimdutf-tools
Debian-Ressourcen:
Quellcode-Paket simdutf herunterladen:
Betreuer:
Externe Ressourcen:
- Homepage [simdutf.github.io]
Ähnliche Pakete:
Fast Unicode validation and transcoding - utilities
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 several command line tools.
Andere Pakete mit Bezug zu libsimdutf-tools
|
|
|
|
-
- dep: libc6 (>= 2.38) [nicht alpha, i386, loong64, sh4]
- GNU-C-Bibliothek: Laufzeitbibliotheken
auch ein virtuelles Paket, bereitgestellt durch libc6-udeb
- dep: libc6 (>= 2.42) [i386, loong64, sh4]
-
- dep: libc6.1 (>= 2.38) [alpha]
- GNU-C-Bibliothek: Laufzeitbibliotheken
auch ein virtuelles Paket, bereitgestellt durch libc6.1-udeb
-
- dep: libgcc-s1 (>= 3.5) [armhf]
- GCC Support-Bibliothek
- dep: libgcc-s1 (>= 4.2) [nicht armhf, hppa, i386, m68k]
- dep: libgcc-s1 (>= 7) [i386]
-
- dep: libgcc-s2 (>= 4.2.1) [m68k]
- GCC Support-Bibliothek
-
- dep: libgcc-s4 (>= 4.1.1) [hppa]
- GCC Support-Bibliothek
-
- dep: libsimdutf31 (>= 8.0.0)
- Fast Unicode validation and transcoding
libsimdutf-tools herunterladen
| Architektur | Paketgröße | Größe (installiert) | Dateien |
|---|---|---|---|
| alpha (inoffizielle Portierung) | 492,5 kB | 3.424,0 kB | [Liste der Dateien] |
| amd64 | 484,0 kB | 2.734,0 kB | [Liste der Dateien] |
| arm64 | 426,2 kB | 2.838,0 kB | [Liste der Dateien] |
| armhf | 378,1 kB | 1.876,0 kB | [Liste der Dateien] |
| hppa (inoffizielle Portierung) | 464,5 kB | 2.841,0 kB | [Liste der Dateien] |
| i386 | 510,8 kB | 2.776,0 kB | [Liste der Dateien] |
| loong64 | 457,3 kB | 2.964,0 kB | [Liste der Dateien] |
| m68k (inoffizielle Portierung) | 457,8 kB | 2.596,0 kB | [Liste der Dateien] |
| ppc64 (inoffizielle Portierung) | 526,4 kB | 4.310,0 kB | [Liste der Dateien] |
| ppc64el | 609,9 kB | 4.630,0 kB | [Liste der Dateien] |
| riscv64 | 474,0 kB | 2.310,0 kB | [Liste der Dateien] |
| s390x | 514,8 kB | 3.372,0 kB | [Liste der Dateien] |
| sh4 (inoffizielle Portierung) | 487,4 kB | 2.520,0 kB | [Liste der Dateien] |
| sparc64 (inoffizielle Portierung) | 393,2 kB | 4.126,0 kB | [Liste der Dateien] |
| x32 (inoffizielle Portierung) | 483,5 kB | 2.512,0 kB | [Liste der Dateien] |
