[ experimental ]
[ 原始碼: simdjson ]
套件:libsimdjson32(4.5.0-1)
libsimdjson32 的相關連結
Debian 的資源:
下載原始碼套件 simdjson:
維護小組:
- Mo Zhou (QA 頁面)
- Jérémy Lal (QA 頁面)
外部的資源:
- 主頁 [simdjson.org]
相似套件:
試製(Experimental)套件
警告:這個套件來自於 experimental 發行版。這表示它很有可能表現出不穩定或者出現 bug ,甚至是導致資料損失。請務必在使用之前查閱 changelog 以及其他潛在的文件。
Parsing gigabytes of JSON per second (shared object)
JSON is everywhere on the Internet. Servers spend a *lot* of time parsing it. A fresh approach is needed. The simdjson library uses commonly available SIMD instructions and microparallel algorithms to parse JSON 4x faster than RapidJSON and 25x faster than JSON for Modern C++.
* Fast: Over 4x faster than commonly used production-grade JSON parsers. * Record Breaking Features: Minify JSON at 6 GB/s, validate UTF-8 at 13 GB/s, NDJSON at 3.5 GB/s. * Easy: First-class, easy to use and carefully documented APIs. * Strict: Full JSON and UTF-8 validation, lossless parsing. Performance with no compromises. * Automatic: Selects a CPU-tailored parser at runtime. No configuration needed. * Reliable: From memory allocation to error handling, simdjson's design avoids surprises. * Peer Reviewed: The authors research appears in venues like VLDB Journal, Software: Practice and Experience.
This package ships the shared object.
其他與 libsimdjson32 有關的套件
|
|
|
|
-
- dep: libc6 (>= 2.14) [amd64]
- GNU C 函式庫:共用函式庫
同時作為一個虛擬套件由這些套件填實: libc6-udeb
- dep: libc6 (>= 2.17) [arm64, ppc64el]
- dep: libc6 (>= 2.4) [armhf, i386, s390x]
- dep: libc6 (>= 2.42) [loong64]
-
- dep: libgcc-s1 (>= 3.0) [除 armhf, i386, s390x]
- GCC 支援函式庫
- dep: libgcc-s1 (>= 3.5) [armhf]
- dep: libgcc-s1 (>= 4.2) [i386, s390x]
-
- dep: libstdc++6 (>= 13.1)
- GNU Standard C++ Library v3
