[zeromq-dev] JeroMQ or ZeroMQ Java Binding for Java 1.5?

Yu Dongmin miniway at gmail.com
Tue Mar 26 18:53:31 CET 2013


Hi,

ArrayDeque was used to support add/pop/get or First/Last operation in ZMsg with ZFrame. Preference for Array than List is because Array collections has better performance in general. 

But in ZMQ, multi part length is usually less than 5. Performance difference would be neglect. 

Thanks
Min

On Mar 27, 2013, at 2:21 AM, Steven McCoy <steven.mccoy at miru.hk> wrote:

> On 26 March 2013 12:41, Gonzalo Vasquez <gvasquez at altiuz.cl> wrote:
> Nobody else? Ideas please.
> 
> 
> I'm planning on further investigation this week.  First to find a machine with Java 5 on, looks like RHEL 4 would work.
> 
> I see many recommendations for replacing Deque with a LinkedList wrapper or Apache Harmony, Java 5 compatibility has been well trod on stackoverflow.
> 
> -- 
> Steve-o
> _______________________________________________
> zeromq-dev mailing list
> zeromq-dev at lists.zeromq.org
> http://lists.zeromq.org/mailman/listinfo/zeromq-dev

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.zeromq.org/pipermail/zeromq-dev/attachments/20130327/2263e136/attachment.htm>


More information about the zeromq-dev mailing list