True, my bottleneck has always been the strategies themselves. And none of our strategies can process greater than probably 500k messages a...
After removing a bool check (if the background thread should keep processing) on the producer side, speed is above 10 million items per second....
Thanks! I was under the impression I needed a BufferBlock for async behavior. Throughput is about 5 million messages per second by cutting that...
I believe my bottleneck is just the call stack. I'm currently using my own implementation of a consumer producer pattern. It succeeds in...
Sorry, I meant to say 200k-300k messages per second. ps - if I'm repeating myself, ET isn't showing my posts, so I'm trying again.
I'm sorry, I meant to say 200k-300k.
I'm sorry. I did mean 200k-300k, not 200-300. I was able to strip things down, to where I could pump 5 million messages per second. Few...
I'm curious about your implementation. I too have written a "custom binary time series data storage for backtesting purpose". All in c#. I...
Separate names with a comma.