Skip to content

Conversation

@krushimir
Copy link
Collaborator

Describe your changes

  • Replaced Map<u8, InnerNode> with [u64; 4] bitmask + Vec<Word>
  • Added Subtree::from_nodes() for bulk construction

Closes #518

Checklist before requesting a review

  • Repo forked and branch created from next according to naming convention.
  • Commit messages and codestyle follow conventions.
  • Relevant issues are linked in the PR description.
  • Tests added for new functionality.
  • Documentation/comments updated according to changes.

@krushimir krushimir force-pushed the krushimir-518-subtree-representation branch from a7af246 to 8a36f99 Compare December 12, 2025 16:20
@krushimir krushimir force-pushed the krushimir-518-subtree-representation branch from 8a36f99 to 87bc95f Compare December 17, 2025 15:16
@krushimir krushimir closed this Jan 16, 2026
@krushimir krushimir deleted the krushimir-518-subtree-representation branch January 16, 2026 16:30
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.

Optimize LargeSmt Subtree representation using bitmask + Vec<Word>

2 participants