RSS Amplifier

Blog

Christian’s Dev Notes

This is my personal website where I mostly write about programming stuff and other things that I find interesting.

gilli.devRSS feed ↗2 posts

Latest posts

Why I Ditched malloc for AI Inference

In this post, I’ll show the impact poor memory management had on DSC, a tensor library I wrote from scratch in C++ and Python. I’ll then show how I fixed this by implementing a general purpose memory allocator from scratch. The goal here is not to implement something that is state-of-the-art or novel but rather to show what I went through when working on DSC and what I learned about memory…

Hello, World!

Hello, internet world!