c# Programming Glossary: data.value
why my disruptor example is so slow? http://stackoverflow.com/questions/13334778/why-my-disruptor-example-is-so-slow Console.WriteLine Event handled Value 0 processed event 1 data.Value sequence class Program public static Stopwatch sw Stopwatch.StartNew.. sequence bool endOfBatch long microseconds Program.sw data.Value .ElapsedTicks Stopwatch.Frequency 1000L 1000L Program.results.. Stopwatch.Frequency 1000L 1000L Program.results data.Value microseconds Console.WriteLine elapsed microseconds microseconds..
Disruptor.NET example http://stackoverflow.com/questions/8860684/disruptor-net-example Console.WriteLine Event handled Value 0 processed event 1 data.Value sequence class Program private static readonly Random _random..
|