Releases: Sajjon/rad
Releases · Sajjon/rad
0.2.0 | Rayon (10x speedup)
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.
0.1.0
First release, non optimised, should use rayon
or similar lib to parallelise the work.
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:
fd20a7b1ab4d9267217f93ee89c1a78cda957e60e63633ebbbd915d03127cf60
On macOS you need to:
chmod +x /path/to/rad && xattr -d com.apple.quarantine /path/to/rad
before you can run it.