Reified RSpaces [1/11]: Foundation traits and collections module structure#328
Open
dylon wants to merge 3 commits into
Open
Reified RSpaces [1/11]: Foundation traits and collections module structure#328dylon wants to merge 3 commits into
dylon wants to merge 3 commits into
Conversation
This PR introduces the foundation layer for reified RSpaces: - spaces/collections/ - Core collection traits: - semantics.rs: SemanticEq, SemanticHash for structural equality - core.rs: DataCollection, ContinuationCollection traits - similarity.rs: SimilarityCollection, StoredSimilarityInfo - extensions.rs: DataCollectionExt, ContinuationCollectionExt - spaces/errors.rs - SpaceError type for space operations - spaces/matcher.rs - Match<P, A> trait for pattern matching - spaces/types/ - Core type definitions: - bounds.rs: Type bounds (ChannelBound, PatternBound, DataBound, etc.) - id.rs: SpaceId newtype - spaces/vectordb/ - Minimal types for similarity support: - types.rs: EmbeddingType for vector embeddings - metrics/: SimilarityMetric enum for distance functions This is PR 1 of 11 for the Reified RSpaces implementation.
…ore_should_put_and_collect_partial_data_from_the_store
dylon
marked this pull request as ready for review
January 16, 2026 16:34
machieke
pushed a commit
to asi-alliance/asi-chain-node
that referenced
this pull request
May 19, 2026
- Add 6 migration epochs (EPOCH-001 through EPOCH-006) to ToDos.md - Add user story US-001 for f1r3node -> f1r3node-rust migration - Create work-logs/ and discoveries/ directories for stigmergic coordination - Document Reified RSpaces dependency chain risk (rholang-rs#83 -> new_parser -> F1R3FLY-io#328-F1R3FLY-io#338) - Epoch dependency graph: critical PR merges -> code sync -> [issues, ext repos, PR cleanup] -> archive
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.
Summary
This is PR 1 of 11 in the Reified RSpaces implementation.
Depends on: Adds new syntax for Reified RSpaces