Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 386 Bytes

File metadata and controls

9 lines (6 loc) · 386 Bytes

Building FastHash

Requires JDK 17+ and Maven 3.9+.

  • mvn clean test compiles the library and unit tests.
  • run-demo.bat builds the library and runs the file fingerprint example.
  • run-benchmark.bat builds the library and runs the hashing throughput example.

The current backend is portable Java; native SIMD implementations can be introduced without changing the public API.