Skip to content

0.2.0 | Rayon (10x speedup)

Latest
Compare
Choose a tag to compare
@Sajjon Sajjon released this 13 Nov 23:05
· 3 commits to main since this release

10x speedup thanks to parallelisation using Rayon.

You REALLY should compile the source yourself, we ought not to trust precompiled software. So clone this repo and

cargo build --release && target/release/rad -t "hey"

Use prebuilt binary:

But you can also run the attached binary "rad" if you really don't wanna build it yourself:

Before you run it do:

shasum -a 256 /path/to/rad

And ensure it matches:

db432ce073464c9a9ba6f1ecf0114235bbbd05903697f2270e819dd8180f9e71

On macOS you need to:

chmod +x /path/to/rad && xattr -d com.apple.quarantine /path/to/rad

before you can run it.