Skip to content

Instantly share code, notes, and snippets.

@amCap1712
Created September 10, 2021 20:17
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/92d1d34a724939a2daf45eb2e7bfc6a9 to your computer and use it in GitHub Desktop.
Save amCap1712/92d1d34a724939a2daf45eb2e7bfc6a9 to your computer and use it in GitHub Desktop.
Utf8.java Benchmark with latest panama-vector branch
Benchmark Mode Threads Samples Score Score Error (99.9%) Unit Param: testFile
com.augustnagro.utf8.Bench.jdk thrpt 1 5 1071.651259 69.378064 ops/s /twitter.json
com.augustnagro.utf8.Bench.jdk thrpt 1 5 41291.171245 987.979351 ops/s /utf8-demo.txt
com.augustnagro.utf8.Bench.jdk thrpt 1 5 39261.365705 1525.907095 ops/s /utf8-demo-invalid.txt
com.augustnagro.utf8.Bench.jdk thrpt 1 5 64591.879593 1028.072935 ops/s /20k.txt
com.augustnagro.utf8.Bench.vector_128 thrpt 1 5 1702.455763 26.254190 ops/s /twitter.json
com.augustnagro.utf8.Bench.vector_128 thrpt 1 5 49127.803531 335.445137 ops/s /utf8-demo.txt
com.augustnagro.utf8.Bench.vector_128 thrpt 1 5 48945.018702 1425.528574 ops/s /utf8-demo-invalid.txt
com.augustnagro.utf8.Bench.vector_128 thrpt 1 5 13743.690834 257.241637 ops/s /20k.txt
com.augustnagro.utf8.Bench.vector_preferred thrpt 1 5 2796.828402 34.079979 ops/s /twitter.json
com.augustnagro.utf8.Bench.vector_preferred thrpt 1 5 74311.536296 8416.786421 ops/s /utf8-demo.txt
com.augustnagro.utf8.Bench.vector_preferred thrpt 1 5 75581.162108 898.741765 ops/s /utf8-demo-invalid.txt
com.augustnagro.utf8.Bench.vector_preferred thrpt 1 5 23361.351853 64.794403 ops/s /20k.txt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment