/java-8-benchmarks

Primary LanguageJavaApache License 2.0Apache-2.0

Java 8 Benchmarks

Project for analysing the performance impact of Java 8 changes: both language wise and in terms of libraries.

How to run

Current Implementations

  • Dot Product of 10 million entity vector
  • Auto-correlation
  • Re-encode strings into different character sets
  • Purchase Recommendation system (a la Amazon)
  • needs imperative version

Ideas for future Benchmarks

  • Image Convolutions
  • blurring
  • feature detection via sobel
  • K-Means Clustering