jetty.project/jetty-http2
Ludovic Orban f039becb97
Replace HashSet with ArrayList as that has two benefits: (#4871)
- ArrayList contains() + add() is faster than HashSet add() for small collections
 - A heap allocation of the iterator is required when iterating HashSet while iterating ArrayList can do with a stack allocation

Signed-off-by: Ludovic Orban <lorban@bitronix.be>
2020-05-13 09:14:59 +02:00
..
http2-alpn-tests Updating to version 9.4.29-SNAPSHOT 2020-04-08 13:15:04 -05:00
http2-client Solve lock contention creating HTTP2 streams (#2188) while fixing race condition that breaks http channels recycling (#4695) 2020-04-29 14:25:51 +02:00
http2-common Replace HashSet with ArrayList as that has two benefits: (#4871) 2020-05-13 09:14:59 +02:00
http2-hpack Merged branch 'jetty-9.4.x' into 'jetty-9.4.x-4764-http2_content_length'. 2020-04-14 11:45:48 +02:00
http2-http-client-transport Solve lock contention creating HTTP2 streams (#2188) while fixing race condition that breaks http channels recycling (#4695) 2020-04-29 14:25:51 +02:00
http2-server Solve lock contention creating HTTP2 streams (#2188) while fixing race condition that breaks http channels recycling (#4695) 2020-04-29 14:25:51 +02:00
pom.xml Updating to version 9.4.29-SNAPSHOT 2020-04-08 13:15:04 -05:00