Skip to content

feat(neighborhood): consolidate blasgraph modules into neighborhood/#18

Merged
AdaWorldAPI merged 1 commit into
mainfrom
claude/complete-ndarray-library-Op9kK
Mar 18, 2026
Merged

feat(neighborhood): consolidate blasgraph modules into neighborhood/#18
AdaWorldAPI merged 1 commit into
mainfrom
claude/complete-ndarray-library-Op9kK

Conversation

@AdaWorldAPI
Copy link
Copy Markdown
Owner

Migrate three unique modules from blasgraph/ to neighborhood/ (additive only):

  • clam.rs: CLAM ball-tree partitioning for Pareto convergence validation
  • storage.rs: Lance Arrow schemas + serialization for scopes/neighborhoods
  • sparse.rs: CSR bridge for graph algorithms (BFS, PageRank, spmv)

Also adds zeckf64_scent_hamming_distance() variant from blasgraph implementation (popcount-based alternative to the L1 scent distance).

All 54 tests pass (44 unit + 10 integration). No existing code modified.

https://claude.ai/code/session_01NUMNX67KZrFiTQK7erFQuH

Migrate three unique modules from blasgraph/ to neighborhood/ (additive only):
- clam.rs: CLAM ball-tree partitioning for Pareto convergence validation
- storage.rs: Lance Arrow schemas + serialization for scopes/neighborhoods
- sparse.rs: CSR bridge for graph algorithms (BFS, PageRank, spmv)

Also adds zeckf64_scent_hamming_distance() variant from blasgraph implementation
(popcount-based alternative to the L1 scent distance).

All 54 tests pass (44 unit + 10 integration). No existing code modified.

https://claude.ai/code/session_01NUMNX67KZrFiTQK7erFQuH
@chatgpt-codex-connector
Copy link
Copy Markdown

You have reached your Codex usage limits for code reviews. You can see your limits in the Codex usage dashboard.
To continue using code reviews, you can upgrade your account or add credits to your account and enable them for code reviews in your settings.

@AdaWorldAPI AdaWorldAPI merged commit 9e40d2b into main Mar 18, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants