Hacker News new | ask | show | jobs
by eengstrom 5584 days ago
Have you had a chance to measure operational throughput vs hardware utilization yet? I'd be very interested in loose metrics and stats instead of a general "faster than" statement.
1 comments

We manage to saturate the memory bandwidth. We can do 3,000,000 get / sec on a Core i7 machine with entries of roughly 1 kib in size.

Having benchmarks is our #1 priority

Sorry for my slow response; how does the process handle scaling above 1kb? Traditionally there's a predictable curve of expected performance as the scale of request size increases.

Happy to take this conversation private; spent the last 10 years in performance and scalability as a indie consultant for Fortune companies. I know a lot of people looking for replacement mechanisms for high volume, variable sized transaction enterprise buses.

Also interested to understand the data access methods you've tested and what works best with your code. eengstrom >at< gmail.