[water] Use WaveSymbolMapping for index mappings
Open
- Dominant language
- Python
- Stars
- 59
- Forks
- 32
- PR merge metrics
- No merged PRs in 30d
Description
Instead of dictionary attr. This preserves construction-order instead of some string-sorted (?) order in dictionaries and will allow us to rely on this in passes, and in particular to drop `ordered_syms` from read/write. This will also come with some performance improvements as we will not be relying on string key comparison anymore.
Likely clashes with #734 so better land that first.
Contributor guide
Assessment
This issue has not been assessed yet.