Skip to content

Commit 8eaff7c

Browse files
committed
Added remarks about performance
1 parent a40cc46 commit 8eaff7c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22

33
This 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+
58
You can use it as
69
```
710
libraryDependencies += "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

0 commit comments

Comments
 (0)