emdash / udlang

A practical, functional language for stream processing.
GNU Lesser General Public License v3.0
1 stars 0 forks source link

MVP Use IndexMap and IndexSet? #41

Closed emdash closed 3 years ago

emdash commented 3 years ago

Just learned about these collections, whose stable sorting semantics might be useful.

emdash commented 3 years ago

This is not part of the standard library, like I originally thought. There's no reason to prefer this crate, and there are probably better choices.