Skip to content

Conversation

@RobertJacobsonCDC
Copy link
Collaborator

This WIP draft PR is progress on implementing an iterator over query results. Right now this work is blocked on:

  • the StoredPeopleProperties (which holds the backing vector for a property's values) lacks a mechanism to initialize itself in preparation for being iterated over immutably. In particular, property value access might mutate StoredPeopleProperties in the current design.
  • the pattern of accessing monotonically increasing PersonIds is a worst case code path for our current space optimization strategy for property value storage.

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