Databases are the endgame for data-oriented design

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

CodeRabbit: AI Code Reviews for Developers
Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
coderabbit.ai
featured
InfluxDB high-performance time series database
Collect, organize, and act on massive volumes of high-resolution data to power real-time intelligent systems.
influxdata.com
featured
  1. ascent

    Logic programming in Rust

    A datalog engine like https://github.com/s-arash/ascent is worth looking at.

  2. CodeRabbit

    CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.

    CodeRabbit logo
  3. flecs

    A fast entity component system (ECS) for C & C++

    Flecs does just that: https://ajmmertens.medium.com/why-it-is-time-to-start-thinking-of-games-as-databases-e7971da33ac3

  4. bookmarks-and-notes

    Keeping track of bookmarks and notes

    I inconsistently bookmark papers, mostly in this area, that interest me over at: https://github.com/rdaum/bookmarks-and-notes

  5. polonius

    Defines the Rust borrow checker.

    And, well, polonius (Rust borrow checker magic) I believe is built on datalog-ish concepts: https://github.com/rust-lang/polonius

  6. leanstore

    EDIT: https://github.com/leanstore/leanstore/tree/master/frontend/tpc-c is an interesting place to start

  7. InfluxDB

    InfluxDB high-performance time series database. Collect, organize, and act on massive volumes of high-resolution data to power real-time intelligent systems.

    InfluxDB 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

  • A short introduction to Entity-Component-System in C++ with EnTT

    2 projects | /r/programming | 8 Jan 2023
  • Flecs – A fast entity component system (ECS) for C and C++

    1 project | news.ycombinator.com | 19 Oct 2024
  • Flecs is a fast and lightweight Entity Component System that lets you build game

    1 project | news.ycombinator.com | 9 Sep 2024
  • What's your way to create an ECS?

    1 project | /r/gamedev | 5 Nov 2023
  • Prolog for future AI

    2 projects | /r/prolog | 24 Jun 2023

Did you know that Rust is
the 5th most popular programming language
based on number of references?