Archive for October, 2007

What’s with the widgets?

Ok, I’m a sort of almost a blogger, and I write things that sometimes roughly resemble blog postings. I admit it takes a certain level of vanity to do that. I like to think I’m not being too ridiculous, and I admit that I only have a very narrow crowd of people who even care [...]

Read the rest of this entry »

C# Template for GoldParser Builder and the Morozov Engine

I decided to give a shot to creating a template for Gold Parser Builder that implements a C# instance of a parser making use of the Morozov Engine, which is known in the Gold Parser world as the fastest of the C# engines.
Thanks to Devin Cook for making this all possible [...]

Read the rest of this entry »

Lock Free Coding Addendum

Ok so something strikes me… the only thing that makes sense in multi client lock free coding is to have a shared, un-orderd data structure between all process elements. This strikes me as a little odd because you have to ensure the thread safety of this shared structure… I’m going to have to read [...]

Read the rest of this entry »