package niru

  1. Overview
  2. Docs
A simiarity file comparator

Install

Dune Dependency

Authors

Maintainers

Sources

1.0.0.tar.gz
sha256=a8459f094d256a3b83ebebed27c2b4d818be466a7645d625dd8e99c90808fa97
sha512=e758cffcac9bda3dd04891bd9f070d539b4bcb1d7267d4c884b4ddedfd957e2833c6432e8ca206bdaf058089d83a1f09602a8f2c65e534ed60e39861ab8c5a75

README.md.html

Niru

About

niru is a file comparator. It computes the similary between two files by spliting them into k-blocks and uses the Jaccard index.

Command

$ niru --help
NAME
       niru - similarity file comparator

SYNOPSIS
       niru [-k [<BLOCK_SIZE>]] [OPTION]… <FILE1> <FILE2>

DESCRIPTION
       niru works by computing all the contiguous bytes of length k (k-blocks)
       and use the jaccard index to compute their similarity.
OCaml

Innovation. Community. Security.