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 <[email protected]> wrote:

> On 26 March 2013 12:41, Gonzalo Vasquez <[email protected]> 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
> [email protected]
> http://lists.zeromq.org/mailman/listinfo/zeromq-dev

_______________________________________________
zeromq-dev mailing list
[email protected]
http://lists.zeromq.org/mailman/listinfo/zeromq-dev

Reply via email to