What’s everyone working on this week (including AoC, 51/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
  • adventofcode

    Advent of Code solutions of 2015, 2016, 2017, 2018, 2019, 2020, 2021, 2022 and 2023 in Scala (by sim642)

  • New week, new Rust – and new Advent of Code riddles! So what are you folks up to? And if you want to compare your AoC solutions, this is the place to post them. Or ask your questions and compare the solutions at rust-users!

  • strop

    Stochastically generates machine code

  • Still working on strop, my stochastic machine code optimizer. Tell it which function you want, where to find inputs, and where to stick outputs, and it will output the shortest possible assembly language program that does what you specify. It also has more opportunity to optimize than a traditional compiler.

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

    An optimised derivative of the LibRapid C++ library. Made with love for mathematics and computer science.

  • Developing fast primes for LibRapid. About to pull an implementation of SPRP for u128. Actually looking at the source code of most of the number theory crates is abysmal.

  • ctrlg

    Discontinued A command line context switcher, written in Rust :crab:

  • Something I whipped up over the weekend: https://github.com/mrjones2014/ctrlg

  • dotfiles

    Configs for apps I care about (by bbkane)

  • Ooh I'm doing this too, but with Python to add a "category" field (based mostly on description), nushell to munge the CSV into more CSVs so I can build html charts and tables with this script. in my opinion, transforming the two original CSVs (checking account and credit card history) into the html doc with all the charts is best done as this sort of pipeline so you can replace bits as you find better alternatives (for example I started with SQLite instead of nushell for the "child CSV" parts)

  • hotham

    Hotham is a tool for creating incredible standalone VR games.

  • This week I am adding that most annoying of game engine systems, GUI, to Hotham, a game engine for standalone VR devices I've been working on this year.

  • cpal

    Cross-platform audio I/O library in pure Rust

  • Working on a live performance software that would let our band have live real-time practices over the internet. Top priority is minimum latency, so I'm trying to hook it up through ASIO. Not much luck yet. I've tried cpal, but I've run into numerous known random bugs (and some versions don't compile for me). At least I confirmed that I can push the audio through a TCP socket successfully.

  • 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