Skip to content

Commit

Permalink
Remove the unordered map and set implementations.
Browse files Browse the repository at this point in the history
- An ordered map is required for lossless conversion with external formats like JSON or FIDL.
- Once one has separated the index and data to support transient rehashing, there's no further cost to make these collections ordered.
- Ordered collections aid determinism / reproducibility.
  • Loading branch information
rmacnak committed Apr 14, 2024
1 parent 65437cb commit b4a8a50
Show file tree
Hide file tree
Showing 5 changed files with 239 additions and 1,253 deletions.
Loading

0 comments on commit b4a8a50

Please sign in to comment.