Closed hongchaodeng closed 10 years ago
Hi Hongchao,
I'm somewhat conservative about adding new dependencies. It's not clear to me whether a faster message passing improves jzab's performance given the current bottleneck is disk. If we are to put effort to improve performance, the first place to look into is the log implementation. Our current implementation is fairly naive (no pre-allocation, not reusing log files, etc..)
i'm closing as wontfix for now
LMAX Disruptor is a high performance framework for message passing -- event faster than java native linkedblocking queue.
I am thinking that the zab project might be a good place for it. E.g. used in the stream processing.