Skip to content

Implement Bernd Klauer's MHD (Masked Hamming Distance) Associative Memory (more or less) in Rust -- building on Huonw's excellent "hamming" crate.

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-APACHE
MIT
LICENSE-MIT

ProfRon/masked-hamming-memory

 
 

Repository files navigation

Masked Hamming Memory

A rust crate to implement Bernd Klauer's MHD (Masked Hamming Distance) Associative Memory (more or less) in Rust -- building on Huonw's excellent "hamming" crate.

Inspiration

Literature references concering Klauer's MHD Memory are gathered in the MHD-References bibtex file.

Huonw's code repository is at https://github.com/huonw/hamming.

Huonw's original "Readme" was (and is, as of this writing) as follows:

Build Status codecov

A crate to compute the Hamming weight of a vector and the Hamming distance between two efficiently. This supports no_std environments.

Documentation, crates.io.

About

Implement Bernd Klauer's MHD (Masked Hamming Distance) Associative Memory (more or less) in Rust -- building on Huonw's excellent "hamming" crate.

Topics

Resources

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-APACHE
MIT
LICENSE-MIT

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Rust 98.0%
  • TeX 1.5%
  • Shell 0.5%