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

Description

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

Tags

file-comparator

Published: 26 Apr 2024

README

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.

Dependencies (3)

  1. cmdliner >= "1.1.0"
  2. ocaml >= "4.14"
  3. dune >= "3.2"

Dev Dependencies (1)

  1. odoc with-doc

Used by

None

Conflicts

None