Rust over python for competitive coding ?

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

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

    A fast bump allocation arena for Rust

  • Not an answer but I would suggest using arena approach in Rust for data structures to avoid issues about lifetime, borrowing, etc. (and it's often faster, see https://github.com/fitzgen/bumpalo for the basic idea). Without those worries, high level abstractions provided in rust has always been helpful to me when I do algorithm competitions.

  • google-interview-preparation-problems

    leetcode problems I solved to prepare for my Google interview.

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

    Helper library for Google Code Jam, implemented in various languages.

  • * I even maintain a set of type-driven executor harnesses for both languages that streamline reading input tokens and outputting solutions https://github.com/lucretiel/libcodejam

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