feat(hpc): port rustynum-holo into hpc::holo (phase + focus + carrier, 94 tests) Complete port of rustynum-holo's 3 sub-modules into a single hpc::holo module: - Phase ops: bind, unbind, Wasserstein, circular distance, histogram, bundle, sort - Focus ops: 3D spatial gating (8×8×32) for attention-based read/write - Carrier ops: Fibonacci-spaced frequency encoding/decoding, spectral distance - CarrierBasis struct with Chebyshev recurrence initialization - CarrierRecord hybrid binary+carrier container type - 94 tests passing (phase: 24, carrier: ~40, focus: ~30) All pure Rust — no external dependencies. Replaces rustynum-holo dependency for ladybug-rs bind_space.rs holographic operations. https://claude.ai/code/session_01CdqyUTUfjKZuk8YGJzv6LB#24
Merged
Conversation
ladybug-rs needs ndarray::simd_avx2::dot_i8() for VNNI int8 dot product. Changed from pub(crate) to pub. https://claude.ai/code/session_01CdqyUTUfjKZuk8YGJzv6LB
…ng_top_k_raw New hpc::zeck module ported from lance-graph's ZeckF64 progressive edge encoding: - zeckf64() / zeckf64_from_distances() — encode SPO triple distances - zeckf64_distance() / scent_distance() / progressive_distance() - zeckf64_batch() / zeckf64_top_k() — batch distance + O(n) partial sort - zeckf64_scent_batch() / zeckf64_scent_top_k() — scent-only fast path - zeckf64_encode_batch() — encode query against flat database - is_legal_scent() — boolean lattice validation - 11 tests passing Also added hamming_top_k_raw() to hpc::bitwise for raw slice top-k search. https://claude.ai/code/session_01CdqyUTUfjKZuk8YGJzv6LB
…, 94 tests) Complete port of rustynum-holo's 3 sub-modules into a single hpc::holo module: - Phase ops: bind, unbind, Wasserstein, circular distance, histogram, bundle, sort - Focus ops: 3D spatial gating (8×8×32) for attention-based read/write - Carrier ops: Fibonacci-spaced frequency encoding/decoding, spectral distance - CarrierBasis struct with Chebyshev recurrence initialization - CarrierRecord hybrid binary+carrier container type - 94 tests passing (phase: 24, carrier: ~40, focus: ~30) All pure Rust — no external dependencies. Replaces rustynum-holo dependency for ladybug-rs bind_space.rs holographic operations. https://claude.ai/code/session_01CdqyUTUfjKZuk8YGJzv6LB
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.