RichardWarburton / java-8-benchmarks

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

License:Apache License 2.0


Languages

Language:Java 99.5%Language:Shell 0.5%