[Bug 64309] Improve repository regular expression performance used for bootstrapping Catalina

2020-04-22 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=64309 Mark Thomas changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

Re: [Bug 64309] Improve repository regular expression performance used for bootstrapping Catalina

2020-04-07 Thread Paul Muriel Biya-Bi
Yes, I also think the same. I will push the pull request for the enhancement. Paul > On Apr 7, 2020, at 8:48 AM, Mark Thomas wrote: > > On 07/04/2020 13:39, Paul Muriel Biya-Bi wrote: >> Hi Mark, >> >> In our case, the performance difference is indeed very small. On my Ubuntu >> system, I

Re: [Bug 64309] Improve repository regular expression performance used for bootstrapping Catalina

2020-04-07 Thread Mark Thomas
On 07/04/2020 13:39, Paul Muriel Biya-Bi wrote: > Hi Mark, > > In our case, the performance difference is indeed very small. On my Ubuntu > system, I did a basic performance measurement (using > System.currentTimeMillis()) on my common.loader path. With the > Bootstrap.getPaths() method, I

Re: [Bug 64309] Improve repository regular expression performance used for bootstrapping Catalina

2020-04-07 Thread Paul Muriel Biya-Bi
Hi Mark, In our case, the performance difference is indeed very small. On my Ubuntu system, I did a basic performance measurement (using System.currentTimeMillis()) on my common.loader path. With the Bootstrap.getPaths() method, I gained only 2 illiseconds on a repository path of 340

[Bug 64309] Improve repository regular expression performance used for bootstrapping Catalina

2020-04-06 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=64309 --- Comment #1 from Mark Thomas --- No objections but I do wonder if the performance difference is noticeable or even measurable given that this happens once on start-up. -- You are receiving this mail because: You are the assignee for the