Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[prototype] Map key redesign #51

Merged
merged 8 commits into from
Sep 10, 2024
Merged

[prototype] Map key redesign #51

merged 8 commits into from
Sep 10, 2024

Conversation

uint
Copy link
Collaborator

@uint uint commented Jul 9, 2024

Closes #48

This whole monstrosity:

  • enables bounded iteration for maps, but only if there's no length-prefixing of the key going on
  • only length-prefixes keys when the key is dynamically sized AND it's not the final "component" of the complete key (as stored in the backend)
  • implements numerical keys for maps

TODO:

@uint uint marked this pull request as ready for review September 10, 2024 11:47
@uint uint merged commit a0a2863 into main Sep 10, 2024
2 checks passed
@uint uint deleted the map-fixed-length-keys branch September 10, 2024 11:47
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.

Integer key types for Map
1 participant