Skip to content

Instantly share code, notes, and snippets.

@amCap1712
Created September 10, 2021 20:33
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save amCap1712/948cd2c94d45a2ce183e2f2c7a7f2a0a to your computer and use it in GitHub Desktop.
Save amCap1712/948cd2c94d45a2ce183e2f2c7a7f2a0a to your computer and use it in GitHub Desktop.
Utf8.java with static finals on panama-vector latest
Benchmark Mode Threads Samples Score Score Error (99.9%) Unit Param: testFile
com.augustnagro.utf8.Bench.jdk thrpt 1 5 1047.367078 64.065492 ops/s /twitter.json
com.augustnagro.utf8.Bench.jdk thrpt 1 5 41833.951718 1574.539777 ops/s /utf8-demo.txt
com.augustnagro.utf8.Bench.jdk thrpt 1 5 40178.133554 1555.286114 ops/s /utf8-demo-invalid.txt
com.augustnagro.utf8.Bench.jdk thrpt 1 5 64160.619182 1694.943367 ops/s /20k.txt
com.augustnagro.utf8.Bench.vector_preferred thrpt 1 5 4823.627789 97.421841 ops/s /twitter.json
com.augustnagro.utf8.Bench.vector_preferred thrpt 1 5 99850.175988 1951.260050 ops/s /utf8-demo.txt
com.augustnagro.utf8.Bench.vector_preferred thrpt 1 5 98252.526543 1803.710937 ops/s /utf8-demo-invalid.txt
com.augustnagro.utf8.Bench.vector_preferred thrpt 1 5 251105.034639 24333.272169 ops/s /20k.txt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment