Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove the unordered map and set implementations.
- 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