François Farquet
François Farquet
Since there has been quite a lot of renaissance releases in the last couple of years, it may not be obvious for a user to locate the benchmark sources on...
The Apache Solr project is a search platform written in Java. This looks like a good candidate for a renaissance benchmark. Especially since they have JMH benchmarks that could be...
Opening to keep track of benchmarks still stuck on Scala 2.12. As of Spark 3.2.0, Scala 2.13 is now supported: https://spark.apache.org/releases/spark-release-3-2-0.html Should be eventually migrated from 2.12 to 2.13: -...
I noticed that running `clean` in sbt, even followed by `cleanFiles` keeps a lot of class files around. If you are switching between JDKs, you will hit bad class file...
As pointed out on the jdk-dev mailing list, there are some minor issues on the website : The website could be more perfect if the following issues be fixed: 1)...
Very recently, [databricks announced](https://databricks.com/blog/2019/04/24/open-sourcing-delta-lake.html) the open sourcing of [Delta Lake](https://delta.io) which provides ACID transactions on top of Apache Spark. Delta Lake is licensed under Apache 2. It would be worth...
The context is the following OpenJDK bug that was been closed as a non-issue: https://bugs.openjdk.org/browse/JDK-8303076 Under certain circumstances (special JVM configurations like the one described in the bug), it is...
Even though most of HOCON files are `.conf` files, it is also common to come across projects using the `.hocon` extension. Since it's unambiguous and already used by big projects...