Skip to content
View broop's full-sized avatar

Block or report broop

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
broop/README.md
  • 1brc: My One Billion Row Challenge entry using only "common" techniques and builtin Java apis.
  • little-schemer: the code I wrote while working through "The Little Schemer", includes multiple versions of the same functions, as developed in the text.
  • schemish: a Scheme interpreter (in Python) based on all (and only!) the Scheme you need to run the code in The Little Schemer.
  • codecrafters-grep-python: Grep in Python on Codecrafters. Includes backreferences. Based on Rob Pike's idea, not NFA etc.
  • codecrafter-grep-c: Base funtionality only. Extensions are in the Python version.
  • codecrafters-grep-zig: Base funtionality only. Extensions are in the Python version.

Pinned Loading

  1. 1brc 1brc Public

    Forked from gunnarmorling/1brc

    1️⃣🐝🏎️ The One Billion Row Challenge -- A fun exploration of how quickly 1B rows from a text file can be aggregated with Java

    Java

  2. codecrafters-grep-python codecrafters-grep-python Public

    A simple recursive backtracking regex matcher

    Python

  3. kafka-runner kafka-runner Public

    A standalone Kafka broker runner for local testing.

    Java

  4. little-schemer little-schemer Public

    Code from the book

    Racket

  5. codecrafters-grep-c codecrafters-grep-c Public

    C

  6. schemish schemish Public

    Python