Feed on
Posts
Comments

Archive for the 'design' Category

Elegant Circular Queue FIFO

I have just posted a write up on an elegant mutexless circular buffer without concurrency issues. A colleague shared the theory with me and I wrote it up. Its implemented in C without many dependencies since it is intended for use in a kernel module so I didn’t want to loose any clever […]

Read Full Post »