Show HN: Optimizing brainfuck interpreter using only the C preprocessor

This page summarizes the projects mentioned and recommended in the original post on news.ycombinator.com

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

    Optimizing Brainfuck interpreter in the C preprocessor

  • bfcc

    BrainFuck Compiler Challenge

  • I wrote a simple compiler for brainfuck too:

    https://github.com/skx/bfcc

    Compiling to assembly language was pretty fast, but folding in repeated characters definitely made it faster still. Optimizing the assembly wasn't a particular goal, I guess recognizing loops that zero addresses, and similar, would be a good way to start.

  • 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

  • Ask HN: Guidance on writing a source to source compiler (transpiler)

    2 projects | news.ycombinator.com | 12 Mar 2023
  • Better C Generics: The Extendible _Generic

    9 projects | /r/C_Programming | 28 Jan 2023
  • I wrote a Brainfuck to Go compiler

    1 project | news.ycombinator.com | 7 Jun 2022
  • Conditional preprocessor macro, anyone?

    3 projects | /r/C_Programming | 27 Apr 2022
  • I wrote an optimizing brainfuck interpreter using only the C Preprocessor, here is how

    1 project | /r/programming | 11 Dec 2021