| Crates.io | malwaredb-lzjd |
| lib.rs | malwaredb-lzjd |
| version | 0.1.3 |
| created_at | 2023-08-22 02:57:20.670898+00 |
| updated_at | 2024-05-06 04:20:07.424761+00 |
| description | Rust implementation of the LZJD algorithm by Edward Raff -- https://github.com/EdwardRaff/jLZJD |
| homepage | |
| repository | https://github.com/malwaredb/lzjd-rs |
| max_upload_size | |
| id | 950676 |
| size | 85,845 |
Rust implementation of Lempel-Ziv Jaccard Distance (LZJD) algorithm based on jLZJD by Edward Raff.
Main differences:
Vec<u64> instead of IntSetNoRemove, which is more like HashMapThis fork has minor changes:
USAGE:
lzjd [FLAGS] [OPTIONS] <INPUT>...
FLAGS:
-c, --compare compare SDBFs in file, or two SDBF files
-r, --deep generate SDBFs from directories and files
-g, --gen-compare compare all pairs in source data
-h, --help Prints help information
-V, --version Prints version information
OPTIONS:
-o, --output <FILE> send output to files
-t, --threshold <THRESHOLD> only show results >= threshold [default: 1]
ARGS:
<INPUT>... Sets the input file to use