Ecosyste.ms: Packages

An open API service providing package, version and dependency metadata of many open source software ecosystems and registries.

Top 8.2% on proxy.golang.org

proxy.golang.org : github.com/mostlygeek/parhash

Package parhash presents tools for making it easy to generate multiple hash sums over the same data. It does this in parallel, spreading the computation work over all available CPUs. Parhash has a speed advantage over serial operations when working with multiple hash algorithms over large data. Run the benchmark to see the difference over serial operation on your machine: On my machine, i7 3.5Ghz dual core I get a speed up of about 240% For smaller data sets parhash won't see significant performance advantages due to the overhead of using channels and goroutines distribute the work.

Registry - Source - Documentation - JSON
purl: pkg:golang/github.com/mostlygeek/parhash
Keywords: golang, hashing-algorithm, md5, parallel, sha1
License: MIT
Latest release: over 6 years ago
First release: over 6 years ago
Namespace: github.com/mostlygeek
Stars: 2 on GitHub
Forks: 0 on GitHub
See more repository details: repos.ecosyste.ms
Last synced: 7 days ago

    Loading...
    Readme
    Loading...