Build Chromium-Embeded-Framework-in-Manjaro-Linux

Different Approaches to Integrate a WebBrowser/WebView into Your Desktop Applications.

Read More

Lock Free Ring Queue for Multi-producer and Multi-consumer

Lock-free Ring Queue - What is it? In a nutshell: it is a data structure facilitating inter-thread messaging communication.

A little history

Read More

Journey of Emacs

I have switched my programming environment to Manjaro Linux recently. So I started to give a try on legendary editor Emacs for development. I started with zero basics for Emacs and spent only 2 week's spare time to get used to writing code and blog with it.

Read More

Compile Time String Hashing

String comparison is a relatively slow operation and some times not tolerable. Especially when you have many if..else.. (or switch/case) code like this:

Read More