KvGeijer
Ph.D. Student at Chalmers University of Technology. I particularly enjoy shared-memory concurrent data structures and algorithms.
Chalmers University of TechnologyGothenburg
Pinned Repositories
elastic-2d-relaxation
Framework for comparing relaxed lock-free queues, built around evaluating the 2D relaxation framework.
advent-of-code-2024
Solutions and more to the Advent of Code 2024 puzzles in Zote, including visualizations in Python.
advent-of-zote-2023
Solutions to advent of code 2023 in my language Zote
Arborist-Puzzle
My christmas puzzle for Samuel, inspired by Advent of Code.
cargo-bundler
Bundles a cargo binary project into a single Rust file. Useful for submitting Rust code to sites such as codeforces.
comp-rust-template
A small template for competetive programming in Rust
relaxed-queue-simulations
Analysis of different relaxed data structures
relaxed-queues
schedule-lock
A way to reserve a shared resource, such as a server, through a website.
zote
A dynamic scripting language with a focus on flow-based syntax
KvGeijer's Repositories
KvGeijer/zote
A dynamic scripting language with a focus on flow-based syntax
KvGeijer/Arborist-Puzzle
My christmas puzzle for Samuel, inspired by Advent of Code.
KvGeijer/advent-of-zote-2023
Solutions to advent of code 2023 in my language Zote
KvGeijer/cargo-bundler
Bundles a cargo binary project into a single Rust file. Useful for submitting Rust code to sites such as codeforces.
KvGeijer/comp-rust-template
A small template for competetive programming in Rust
KvGeijer/relaxed-queues
KvGeijer/schedule-lock
A way to reserve a shared resource, such as a server, through a website.
KvGeijer/vec-queues
A collection of Rust queues, all built on top of vectors/arrays.
KvGeijer/acm-ss-indexing
A small assignment about an introductory method for indexing high-dimentional data.
KvGeijer/Advent-of-Julia
Solutions to Advent of Code 2022 in Julia, writing in Helix.
KvGeijer/Advent-of-Variety
Using a different language for each day I will try to solve all of the Advent of Code days from 2017.
KvGeijer/advents-of-code
A collection of all my Advent of Code repositories.
KvGeijer/BenchIT
Fork of BenchIT at https://gitlab.hrz.tu-chemnitz.de/tud-zih-energy/benchit for benchmarking hardware
KvGeijer/burstshark
BurstShark is a network traffic analysis tool that wraps around tshark to identify and analyze bursty application data traffic, such as adaptive streaming, in real-time or from pcap files.
KvGeijer/competetive-programming
A collection of some of my solutions to programming puzzles
KvGeijer/cryptopals
Personal solutions to the crypto challenges at cryptopals.com
KvGeijer/DeepThought
A simple blog theme focused on writing powered by Bulma and Zola. Forked for some personalizations
KvGeijer/fast-wait-free-queue
A benchmark framework for concurrent queue implementations
KvGeijer/gis100
Graphified Intelligence System 100 is a small puzzle game under development in Bevy
KvGeijer/kodsnack_advent_of_code_2023
Contribute your solutions to [Advent of Code 2023](https://adventofcode.com) and be inspired by others.
KvGeijer/msr-utils
Helper scripts for working with MSRs
KvGeijer/multiqueue
KvGeijer/multiqueue_experiments
KvGeijer/My-Webpage
A small personal webpage for blogs and other stuff
KvGeijer/old-advent-of-zotes
Doing old Advent of Codes with Zote
KvGeijer/qmk_keyboards
My personal keyboard layouts
KvGeijer/resman
A simple resource manager for helping people to not accidentally run experiments at the same time.
KvGeijer/rust-bundler-cp
rust-bundler-cp bundles a cargo package into a single rust file. It's designed for Competitive programming like Codeforces.
KvGeijer/synacor-challenge
My messy code for the amazing Synacor challenge
KvGeijer/tree-sitter-zote
A tree sitter grammar for Zote