simdjson 3.6.4-1 source package in Ubuntu

Changelog

simdjson (3.6.4-1) unstable; urgency=medium

  * New upstream version 3.6.4

 -- Mo Zhou <email address hidden>  Thu, 15 Feb 2024 14:12:47 -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
Oracular release universe misc
Noble release universe misc

Downloads

File Size SHA-256 Checksum
simdjson_3.6.4-1.dsc 1.9 KiB b7628540e424e9f1b32ef07f27966b71e994a9cb73e902a2b88e6c3112941558
simdjson_3.6.4.orig.tar.gz 2.2 MiB 7e93d5094a47180a3d451cb261ba29ac66f3f6ceb7c2a0884955e9a2bb06d818
simdjson_3.6.4-1.debian.tar.xz 7.3 KiB 342d81217c1bb233bc15ba8090c2adc40ce3c3931fb994b37d9baf1bf888ca50

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