Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 755 Bytes

README.md

File metadata and controls

20 lines (15 loc) · 755 Bytes

Fast Pipes

Motivation

Generally, I wanted to find out more about the Linux Kernel and this was a nice side project.

Goal

Speed. Speed. Speed.

Seriously, coming as close as possible to the performance of fizzbuzz. This is a highly optimized assembler version of the fizzbuzz interview question. It uses VLIWs and specifically the L2 cache buffer size.

Progress

Checkout the commit history to see the progress. Progress on Throughput

Resources

I followed this excellent blog post.

Disclaimer

I put the fizzbuzz assembler file in this repo, but I do not claim ownership nor license it.