[Bug 68546] Performance optimization in PageContextImpl.getELContext()

2024-05-30 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=68546 --- Comment #11 from Mark Thomas --- My analysis agrees with Chris's. There might be a re-hash during start-up that multiplying by 4/3 would address although the impact of that is going to be pretty minimal. The runtime impact is going to be ze

[Bug 68546] Performance optimization in PageContextImpl.getELContext()

2024-05-30 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=68546 --- Comment #10 from John Engebretson --- I agree, no per-request impact. -- You are receiving this mail because: You are the assignee for the bug. - To unsubscribe, e-mail:

[Bug 68546] Performance optimization in PageContextImpl.getELContext()

2024-05-30 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=68546 --- Comment #9 from Christopher Schultz --- Which operation are we trying to optimize, here? Is it startup-time of the JSP when it's first put into service? If so, simply multiplying the import count by a constant should create enough initial

[Bug 68546] Performance optimization in PageContextImpl.getELContext()

2024-05-30 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=68546 --- Comment #8 from John Engebretson --- This is an interesting callout, thanks - I assumed that `HashMap`/`LinkedHashMap` viewed initialCapacity as the number of entries to hold, and calculated the array size separately using initialCapacity a

[Bug 68546] Performance optimization in PageContextImpl.getELContext()

2024-05-30 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=68546 Mark Thomas changed: What|Removed |Added Status|RESOLVED|REOPENED Resolution|FIXED

[Bug 68227] AsyncListener::onComplete is not called on network error if error listener calls dispatch

2024-05-30 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=68227 Mark Thomas changed: What|Removed |Added Resolution|--- |FIXED Status|NEW