Pakket: golang-github-kalafut-imohash-dev (1.0.4-1)
Verwijzigingen voor golang-github-kalafut-imohash-dev
Debian bronnen:
Het bronpakket golang-github-kalafut-imohash downloaden:
- [golang-github-kalafut-imohash_1.0.4-1.dsc]
- [golang-github-kalafut-imohash_1.0.4.orig.tar.gz]
- [golang-github-kalafut-imohash_1.0.4-1.debian.tar.xz]
Beheerders:
Externe bronnen:
- Homepage [github.com]
Vergelijkbare pakketten:
Fast hashing for large files (library)
imohash is a fast, constant-time hashing library for Go. It uses file size and sampling to calculate hashes quickly, regardless of file size.
Because imohash only reads a small portion of a file's data, it is very fast and well suited to file synchronization and deduplication, especially over a fairly slow network. A need to manage media (photos and video) over Wi-Fi between a NAS and multiple family computers is how the library was born.
Andere aan golang-github-kalafut-imohash-dev gerelateerde pakketten
|
|
|
|
-
- dep: golang-github-twmb-murmur3-dev
- fast, fully fledged murmur3 in Go