package niru

  1. Overview
  2. Docs
On This Page
  1. About
  2. Command
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

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.