rkyv 0.7: Endian-agnostic types, `no_std` validation, performance improvements, github sponsors and more!

This page summarizes the projects mentioned and recommended in the original post on /r/rust

InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • rust_serialization_benchmark

    Benchmarks for rust serialization frameworks

  • Finally, I made a big effort to improve the documentation and the book so that it's easier than ever to understand rkyv and build on top of it. The rust serialization benchmark has also been updated with the latest numbers so you can see how rkyv stacks up against the competition (things are looking really good!).

  • rkyv

    Zero-copy deserialization framework for Rust

  • It's been two months since the last major rkyv release, and three months since the last major feature release. After all that time, I'm proud to announce that rkyv 0.7 is finally out!

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
  • rend

    Endian-aware primitives for Rust

  • Yes. When you enable endian-agnostic archives, rkyv stores multibyte integers in opaque containers. Those containers store the integers according to the specified endianness and have accessors that convert the stored value to native-endian on read. If the endianness of the archive matches the native endianness then there will be no overhead. So if you specify archive endianness you should choose the one that will net you the best performance for your machines.

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • A new major version of jql has been released

    4 projects | /r/rust | 23 Apr 2023
  • Pijul 1.0 Beta

    5 projects | news.ycombinator.com | 19 Jan 2022
  • Is there a library like Serde but which makes it easy to mutate serialized data stored in a [u8] or Vec<u8>?

    2 projects | /r/rust | 6 Dec 2021
  • rkyv 0.5: Comparison derives, serialize bounds, and the future

    2 projects | /r/rust | 5 Apr 2021
  • rkyv is faster than {bincode, capnp, cbor, flatbuffers, postcard, prost, serde_json}

    9 projects | /r/rust | 11 Mar 2021