Re: Have we got any *runtime* performance tests?

2019-09-13 Thread Tim Boudreau
Not yet, so all my evidence is anecdotal. What I was trying to figure out was whether or not there are any preexisting runtime performance tests I could just run and compare. I know at some point in time we had some. I have been running with the patches now for over a month with no troubles or

Re: Have we got any *runtime* performance tests?

2019-09-12 Thread Jean-Marc Borer
Hi Tim, If file access is improved that may also improve indexing and by consequence symbol finding or refactoring. Did you try such operations to check the difference in speed? Cheers, JMB On Sun, Aug 18, 2019 at 8:47 AM Tim Boudreau wrote: > I've been playing with some tweaks to masterfs -

Have we got any *runtime* performance tests?

2019-08-18 Thread Tim Boudreau
I've been playing with some tweaks to masterfs - specifically, I had a library i wrote for a completely different purpose, which keeps a cache of open NIO FileChannels. Partly out of curiosity, and partly because I've wondered for a while what using NIO more for File IO in NetBeans might