simdjson 3.0.0-1 source package in Ubuntu

Changelog

simdjson (3.0.0-1) unstable; urgency=medium

  * Upload to unstable.

 -- Mo Zhou <email address hidden>  Sat, 19 Nov 2022 19:59:03 -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.0.0-1.dsc 1.9 KiB 2b1e51004b61c13057cc86aae38f10bbb8865645443951fbe8df098460056ac5
simdjson_3.0.0.orig.tar.gz 1.6 MiB e6dd4bfaad2fd9599e6a026476db39a3bb9529436d3508ac3ae643bc663526c5
simdjson_3.0.0-1.debian.tar.xz 7.1 KiB c0af65046caf28dbad21273e69ca4473625c24621f2b5cb88341b6f5373f9478

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.

libsimdjson14: 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.

libsimdjson14-dbgsym: debug symbols for libsimdjson14