Lucas Bruckbauer

CS & Maths | University of Edinburgh

LinkedIn GitHub Email

Experience

Software Engineer Intern June 2025 - Present
Arm Cambridge, UK

Open Source Software (OSS) team.

Launchpad Programme Jun 2025 - Jun 2025
IMC Trading Amsterdam, NL

Two day programme. C++, Algorithmic Optimisation, Option Theory.

Spring Week Apr 2025 - Apr 2025
Maven Securities London, UK

Week long programme. C++, Python, Options Market Making (OMM).

Personal Projects

Lock-Free SPSC Queue

A highly optimised single-producer single-consumer (SPSC) queue, written in C++.

Neural Network from Scratch

A feedforward neural network, written in Python without any ML frameworks. Classifies handwritten digits with 98% Accuracy.

Recommended Resources

A Tour of C++

Access Link

My favourite intro to the C++ programming language. Written by Bjarne Stroustrup: creator of C++.

learncpp.com

Access Link

Super beginner friendly website, covering C++ basics to advanced topics, with heaps of examples.

CppCon Talks

Access Link

People who breathe C++, speaking about C++.

cppinsights.io

Access Link

See whats happening under the hood in your C++ programs.

Operating Systems: Three Easy Pieces (OSTEP)

Access Link

Introduction to Operating Systems. Split into virtualisation, concurrency and persistence.