mirror of
https://github.com/circify/circ.git
synced 2026-04-21 03:00:54 -04:00
Smaller b/c:
* eliminates a needless FieldT
* changes from a hashmap (32B) to a vec (24B)
* uses smallvec to inline up to one element
* previously, a 1-element hashmap would allocate heap space for **4**
entries.