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:Ravi Varadhan [aut, cre]

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'))
Uses libs:
  • openmp– GCC OpenMP (GOMP) support library

On CRAN:

Conda:

This package does not link to any Github/Gitlab/R-forge repository. No issue tracker or development information is available.

openmp

1.00 score 188 downloads 1 exports 0 dependencies

Last updated from:a5b3615d12. Checks:13 OK. Indexed: yes.

TargetResultTimeFilesSyslog
linux-devel-arm64OK146
linux-devel-x86_64OK132
source / vignettesOK120
linux-release-arm64OK93
linux-release-x86_64OK97
macos-release-arm64OK101
macos-release-x86_64OK248
macos-oldrel-arm64OK96
macos-oldrel-x86_64OK129
windows-develOK92
windows-releaseOK74
windows-oldrelOK63
wasm-releaseOK90

Exports:hamming_distance

Dependencies: