Categories
Uncategorized

Single producer single consumer optimization

I wrote this article for Code Project Single Producer Single Consumer with no Critical sections. It’s a very significant discovery in computer science and programming because in the case where you use a SPSC, you can double the throughput speed as opposed to the traditional method of using mutexes. A couple of idiots gave the […]

I wrote this article for Code Project Single Producer Single Consumer with no Critical sections. It’s a very significant discovery in computer science and programming because in the case where you use a SPSC, you can double the throughput speed as opposed to the traditional method of using mutexes.

A couple of idiots gave the article a low rating because it didn’t have pretty pictures for them to look at, but everyone at work seemed to like it and rated it highly.

Leave a Reply

Your email address will not be published. Required fields are marked *