# -------------------------------------------- # CITATION file created with {cffr} R package # See also: https://docs.ropensci.org/cffr/ # -------------------------------------------- cff-version: 1.2.0 message: 'To cite package "FastHamming" in publications use:' type: software license: GPL-3.0-only title: 'FastHamming: Fast Computation of Pairwise Hamming Distances' version: '1.2' doi: 10.32614/CRAN.package.FastHamming abstract: 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: - family-names: Varadhan given-names: Ravi email: ravi.varadhan@jhu.edu repository: https://rvaradhan.r-universe.dev commit: a5b3615d1221b790b6aeaf779a8b6ec445b1f941 date-released: '2025-04-27' contact: - family-names: Varadhan given-names: Ravi email: ravi.varadhan@jhu.edu