File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change 22
33This is highly optimized blake3 implementation for scala, scala-js and scala-native, without any dependencies.
44
5+ If you're looking for the faster possible hash function for scala.js I suggest to use this one,
6+ instead of [ SHA] because this implementation use only 32 bits number which nativly supported by JS.
7+
58You can use it as
69```
710libraryDependencies += "ky.korins" %%% "blake3" % "x.x.x"
@@ -66,6 +69,7 @@ Full version of results are available as
6669 - for [ Intel® Core™ i7-8700B] at [ jmh-result.intel.json] or via [ Intel @ JMH Visualizer] .
6770 - for [ Apple M1] at [ jmh-result.m1.json] or via [ M1 @ JMH Visualizer] .
6871
72+ [ SHA ] : https://github.com/catap/scala-sha
6973[ maven-central ] : https://img.shields.io/maven-central/v/ky.korins/blake3_2.13?style=flat-square
7074[ RFC 4648 ] : https://tools.ietf.org/html/rfc4648
7175[ BLAKE3jni ] : https://github.com/sken77/BLAKE3jni
You can’t perform that action at this time.
0 commit comments