Commit 3c77050
committed
feat(fingerprint): orthogonal(), or(), bundle(), chunks_u64x8/u8x64
Adds missing BindSpace API methods:
orthogonal(seed) — golden-ratio-seeded quasi-orthogonal fingerprint
or() — bitwise OR
bundle(&[&Self]) — majority vote across multiple fingerprints
chunks_u64x8() — iterate as 8-word batches for AVX-512 VPOPCNTDQ
chunks_u8x64() — iterate as 64-byte batches for U8x64 ops
https://claude.ai/code/session_01SbYsmmbPf9YQuYbHZN52Zh1 parent 11fb083 commit 3c77050
1 file changed
Lines changed: 14 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
223 | 223 | | |
224 | 224 | | |
225 | 225 | | |
| 226 | + | |
| 227 | + | |
| 228 | + | |
| 229 | + | |
| 230 | + | |
| 231 | + | |
| 232 | + | |
| 233 | + | |
| 234 | + | |
| 235 | + | |
| 236 | + | |
| 237 | + | |
| 238 | + | |
| 239 | + | |
226 | 240 | | |
227 | 241 | | |
228 | 242 | | |
| |||
0 commit comments