]> source.dussan.org Git - javassist.git/commit
Fix a bottleneck. If the jar entries is big, List.contains is O(n) and very slow! 279/head
authorCarlos Sobrinho <sobrinho@google.com>
Fri, 11 Oct 2019 01:30:37 +0000 (18:30 -0700)
committerGitHub <noreply@github.com>
Fri, 11 Oct 2019 01:30:37 +0000 (18:30 -0700)
commit7279bda2277d772ea8da2ae31e31dd183f84c609
tree597ec66dab99fa65284c2fdd4c746e2d2afbdb61
parent30627914d3f40b9a9bf88f57cd616e70dfdda97f
Fix a bottleneck. If the jar entries is big, List.contains is O(n) and very slow!

This is a continuation of #271 to speed up the 3.25/26 release. More details on the issue.
src/main/javassist/ClassPoolTail.java