Jackson Vondemkamp
Portfolio Website With Projects and Resume

Projects

stan!
A web application that allows users to search for their favorite artists and songs, and receive recommendations for similar music.

Personal Website
Using Next.js, Tailwind CSS, and Netlify, I created this portfolio website to showcase my projects and resume.
Memory Allocator
Developed a memory allocator for C programs using a red-black tree-based dynamic storage allocation technique, significantly improving allocation and deallocation speed with O(log n) time complexity.
Achieved a 30x performance improvement in memory management, minimizing fragmentation and optimizing allocation times for large datasets.
Image Filter
Achieved a 25× speedup in image filtering by applying 2×2 loop unrolling, optimizing memory access, and reducing redundant computations.
Improved cache efficiency by restructuring loops to align with row-major storage, minimizing memory references and optimizing divisor calculations.