Skip to content

Latest commit

 

History

History
33 lines (25 loc) · 847 Bytes

README.md

File metadata and controls

33 lines (25 loc) · 847 Bytes

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