Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/huonw/hamming
Compute the Hamming weight of a vector and the Hamming distance between two efficiently
https://github.com/huonw/hamming
Last synced: 8 days ago
JSON representation
Compute the Hamming weight of a vector and the Hamming distance between two efficiently
- Host: GitHub
- URL: https://github.com/huonw/hamming
- Owner: huonw
- License: apache-2.0
- Created: 2015-05-31T07:43:04.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2023-04-23T16:53:15.000Z (over 1 year ago)
- Last Synced: 2024-04-24T13:36:42.987Z (7 months ago)
- Language: Rust
- Homepage: http://huonw.github.io/hamming/hamming
- Size: 532 KB
- Stars: 7
- Watchers: 3
- Forks: 5
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE-APACHE
Awesome Lists containing this project
README
# `hamming`
[![Build Status](https://travis-ci.org/huonw/hamming.png)](https://travis-ci.org/huonw/hamming) [![codecov](https://codecov.io/gh/huonw/hamming/branch/master/graph/badge.svg)](https://codecov.io/gh/huonw/hamming)
A crate to compute the
[Hamming weight](https://en.wikipedia.org/wiki/Hamming_weight) of a
vector and the
[Hamming distance](https://en.wikipedia.org/wiki/Hamming_distance)
between two efficiently. This supports `no_std` environments.[Documentation](http://docs.rs/hamming),
[crates.io](https://crates.io/crates/hamming).