ExecutorService JMH benchmarks
Francesco Nigro via Concurrency-interest <[email protected]>
| Newsgroups | gmane.comp.java.jsr.166-concurrency |
|---|---|
| Message-ID | <CAKxGtTX3Nh9fPdym_aV1Q7Z0_z-GPeQG+uCxm_+xZpcfE_imww@mail.gmail.com> |
Hi gents, in the last days I'm trying to evaluate the performance of an mpmc unbounded queue I've developed for JCTools (here MpmcUnboundedXaddArrayQueue <https://github.com/JCTools/JCTools/blob/3322e9fd6488da35db4f39eae4af4a0cb17db4b5/jctools-core/src/main/java/org/jctools/queues/MpmcUnboundedXaddArrayQueue.java>) if used as a BlockingQueue in an ThreadPoolExecutor (by using a McParkTakeStrategy <https://github.com/JCTools/JCTools/blob/master/jctools-experimental/src/main/java/org/jctools/queues/blocking/McParkTakeStrategy.java> on consumer-side): there is a reliable JMH benchmark (or not, if makes sense) used to measure the performance (different aspects too) of the executor service implementations we have on j.u.c? thanks, Franz _______________________________________________ Concurrency-interest mailing list [email protected] http://cs.oswego.edu/mailman/listinfo/concurrency-interest