Package: FastHamming 1.2
FastHamming: Fast Computation of Pairwise Hamming Distances
Pairwise Hamming distances are computed between the rows of a binary (0/1) matrix using highly optimized 'C' code. The input is an integer matrix where each row represents a binary feature vector and returns a symmetric integer matrix of pairwise distances. Internally, rows are bit-packed into 64-bit words for fast XOR-based comparisons, with hardware-accelerated popcount operations to count differences. 'OpenMP' parallelization ensures efficient performance for large matrices.
Authors:
FastHamming_1.2.tar.gz
FastHamming_1.2.zip(r-4.7)FastHamming_1.2.zip(r-4.6)FastHamming_1.2.zip(r-4.5)
FastHamming_1.2.tgz(r-4.6-x86_64)FastHamming_1.2.tgz(r-4.6-arm64)FastHamming_1.2.tgz(r-4.5-x86_64)FastHamming_1.2.tgz(r-4.5-arm64)
FastHamming_1.2.tar.gz(r-4.7-arm64)FastHamming_1.2.tar.gz(r-4.7-x86_64)FastHamming_1.2.tar.gz(r-4.6-arm64)FastHamming_1.2.tar.gz(r-4.6-x86_64)
FastHamming_1.2.tgz(r-4.6-emscripten)
manual.pdf |manual.html✨
card.svg |card.png
FastHamming/json (API)
| # Install 'FastHamming' in R: |
| install.packages('FastHamming', repos = c('https://rvaradhan.r-universe.dev', 'https://cloud.r-project.org')) |
This package does not link to any Github/Gitlab/R-forge repository. No issue tracker or development information is available.
Last updated from:a5b3615d12. Checks:13 OK. Indexed: yes.
| Target | Result | Time | Files | Syslog |
|---|---|---|---|---|
| linux-devel-arm64 | OK | 146 | ||
| linux-devel-x86_64 | OK | 132 | ||
| source / vignettes | OK | 120 | ||
| linux-release-arm64 | OK | 93 | ||
| linux-release-x86_64 | OK | 97 | ||
| macos-release-arm64 | OK | 101 | ||
| macos-release-x86_64 | OK | 248 | ||
| macos-oldrel-arm64 | OK | 96 | ||
| macos-oldrel-x86_64 | OK | 129 | ||
| windows-devel | OK | 92 | ||
| windows-release | OK | 74 | ||
| windows-oldrel | OK | 63 | ||
| wasm-release | OK | 90 |
Exports:hamming_distance
Dependencies:
Readme and manuals
Help Manual
| Help page | Topics |
|---|---|
| Pairwise Hamming distances | hamming_distance |
