jetty.project/jetty-http2/http2-common
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
..
src Replace HashSet with ArrayList as that has two benefits: (#4871) 2020-05-13 09:14:59 +02:00
pom.xml Updating to version 9.4.29-SNAPSHOT 2020-04-08 13:15:04 -05:00