What's everyone working on this week (32/2021)?

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

Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
  • augmented-audio

    Rust - Augmented Audio Libraries

  • I'm still working on audio projects. In particular: augmented-audio/plugin-host.

  • grenad

    Tools to sort, merge, write, and read immutable key-value pairs :tomato:

  • I worked on my grenad library: a library used to sort, merge, write, and read key-value pairs, used in MeiliSearch for the new indexing system. I added a lot of documentation to the crate and done a lot of improvement by reducing the amount of copied memory when merging key-value pairs.

  • 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
  • MeiliSearch

    A lightning-fast search API that fits effortlessly into your apps, websites, and workflow

  • I worked on my grenad library: a library used to sort, merge, write, and read key-value pairs, used in MeiliSearch for the new indexing system. I added a lot of documentation to the crate and done a lot of improvement by reducing the amount of copied memory when merging key-value pairs.

  • uom

    Units of measurement -- type-safe zero-cost dimensional analysis

  • I just merged a PR to add molar heat capacity (Joule per kelvin mole) to uom (type-safe zero-cost dimensional analysis). The PR to update to quickcheck 1.0 is still in progress.

  • football-simulator

    Football simulation engine (like Football Manager) written in pure Rust

  • Still working on basic implementation of Football Manager with Web interface https://github.com/ZOXEXIVO/football-simulator

  • Nova

    Implementation of "Ray Tracing in One Weekend": https://raytracing.github.io/books/RayTracingInOneWeekend.html (by LeCyberDucky)

  • lineiform

    A meta-JIT library for Rust interpreters

  • I got struck by either a very dumb or very good idea a few days ago, and finally have a working (minimal) proof-of-concept for it: Lineiform is a meta-JIT library to nearly automatically get an optimizing method JIT from a Rust interpreter. It does dynamic recompilation on closures by lifting from x86 to Cranelift IR for runtime function inlining and constant propagation.

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

    WorkOS logo
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