Feed on
Posts
Comments

Archive for the 'programming' 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 »

pycallgraph

I saw pycallgraph on freshmeat today so spent a couple minutes playing with it. Initial impression is good and I’m looking forward to stretching its legs out soon. I through together a quick python script to see what pycallgraph is all about. Like most things in python is incredibily easy to use […]

Read Full Post »