I want to design and build a programming language specifically for competitive programming!

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

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

    KTH Algorithm Competition Template Library (... eller KTHs AC-tillverkande lapp)

  • Finally, there are certain types of algorithms/operations that can be very sensitive to implementation. For example, a "good" Fast Fourier Transform implementation may be 3-4 orders of magnitude faster than a naive recursive one (with the same complexity!). Another fun case is something like (a*b)%c when the numbers are 64 bit. Using a fast implementation like this one (https://github.com/kth-competitive-programming/kactl/blob/master/content/number-theory/ModMulLL.h#L20) can speed up your code by 3-4x compared to using a naive implementation.

  • aa

    Cliff Click Language Hacking

  • Look at Cliff Click's AA language: https://github.com/cliffclick/aa

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

  • Popcount walks: next, previous, toward and nearest

    1 project | news.ycombinator.com | 14 Nov 2023
  • Competitive Programming Is Useless

    1 project | news.ycombinator.com | 23 Aug 2021
  • [graph theory] Simple algorithm to solve k-cliques problem on graphs

    2 projects | /r/compsci | 16 Aug 2021
  • Learning Python was a good decision. Python may have its own shortcomings, but big integers aren't scary anymore 😇😇

    3 projects | /r/ProgrammerHumor | 3 Sep 2022
  • What does @ mean ?

    1 project | /r/cpp_questions | 30 Jul 2022