François-Xavier Thomas

Results 63 comments of François-Xavier Thomas

We talked about this on IRC, but for the record it looks fixed on my [testing branch](https://github.com/fxthomas/android-plugin/tree/rewrite-cleanup).

I'm pretty sure @pocorall's project is using Maven and not the SBT-Android plugin. SBT-Android already has a few pre-made rules that help you start your project from scratch, so you...

A pointer : any idea why the external dependency classpath is only retrieved from the `test` configuration in [1]? The AAR library JAR gets added to `managedClasspath in Compile`, but...

I ended up using the unmanaged classpath, and things look better. Adding managed libraries by hand is probably not the way to go, even though they _are_ managed, in a...

Is this a scan from scratch on a new instance, or is this a rescan over an existing collection?

I was able to reproduce this to some extent on a minimal library with a fresh build of 70de4c8f25e9ce3eeaf6fb726859e737e46bd1e6 (under OpenJDK 11.0.5 64-bit). 1. Create a music directory containing one...

I don't have a lot of ideas on what is happening however, especially since the difference between 10.4 and 10.4.1 is very small. Let me know if you guys manage...

The difference between Hikari (the new default for Spring Boot 2) and Commons DBCP (the current one) seems minimal. ~30s for 1000 scanned items in both cases in my test,...

> Hikari which should certainly help with performance. That's just one less hypothesis to think about :wink:

There's not a whole lot. A lot of time is spent in small queries (< 100ms), and most of the time is spent reading the response from a socket if...