Posted in October 22, 2007 ¬ 10:39 pmh.Dave
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 »
Posted in October 15, 2007 ¬ 12:58 amh.Dave
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 »
Posted in October 3, 2007 ¬ 10:38 pmh.Dave
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 »