simdjson 3.6.3-1 source package in Ubuntu

Changelog

simdjson (3.6.3-1) unstable; urgency=medium

  * Upload to unstable and start transition.

 -- Mo Zhou <email address hidden>  Sun, 21 Jan 2024 19:03:31 -0500

Upload details

Uploaded by:
Mo Zhou
Uploaded to:
Sid
Original maintainer:
Mo Zhou
Architectures:
any
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
simdjson_3.6.3-1.dsc 1.9 KiB 21fbd2182aeb63889ccdc8b377564adcc7bb633f6a0df1a53ad64737c32b9585
simdjson_3.6.3.orig.tar.gz 2.2 MiB afd8201cfb1abe927737d876441bb1f21730a9ee6078a1b8c6174e6463981fa3
simdjson_3.6.3-1.debian.tar.xz 7.3 KiB a4e1157f981efeea6e2b41c4c423fe935611457215bf05111170f3c307c0e328

Available diffs

No changes file available.

Binary packages built by this source

libsimdjson-dev: Parsing gigabytes of JSON per second (development)

 JSON is everywhere on the Internet. Servers spend a *lot* of time parsing it.
 We need a fresh approach. 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: Our research appears in venues like VLDB Journal,
    Software: Practice and Experience.
 .
 This package ships development files.

libsimdjson19: Parsing gigabytes of JSON per second (shared object)

 JSON is everywhere on the Internet. Servers spend a *lot* of time parsing it.
 We need a fresh approach. 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: Our research appears in venues like VLDB Journal,
    Software: Practice and Experience.
 .
 This package ships the shared object.

libsimdjson19-dbgsym: debug symbols for libsimdjson19