DeanWookey
DeanWookey
### Motivation I first became aware of the performance problem when the application thread hung for minutes at a time. After profiling, I found it was spending most of its...
> Did you consider changing the lookupFont method such that it never returns SKIP? lookupFont is an expensive little bugger since it considers all font, font-weight, font-size, and font-style styles...
I managed to run ensemble with an without the modifications. I couldn't really find anything wrong, but ensemble doesn't really play around with fonts much as far as I can...
As mentioned in the bug report https://bugs.openjdk.java.net/browse/JDK-8221691, the recent change to css resolution when nodes are added to the scene graph makes this problem far less of an issue. This...
Thank you, that clears things up :)