unfhash

Crates.iounfhash
lib.rsunfhash
version0.1.0
sourcesrc
created_at2021-09-18 21:01:51.827988
updated_at2021-09-18 21:01:51.827988
descriptionCalculate the Unique Numeric Fingerprint for Tabular Data
homepage
repositoryhttps://github.com/lissahyacinth/unf
max_upload_size
id453417
size38,688
Lissa Hyacinth (lissahyacinth)

documentation

README

Universal Numeric Fingerprint

Efficiently create an identifiable hash for a dataset that is independent of column or row ordering.

More information on the creation of the UNF can be found here

Support

UNF Version Supported
3
  • - [ ]
4
  • - [ ]
5
  • - [ ]
6
  • - [x]

Sources

This package is primarily a port of the fantastic UNF package in R with an intention on making the features available on significantly bigger datasets with low memory usage.

Commit count: 13

cargo fmt