aboutsummaryrefslogtreecommitdiffstats
path: root/common/indexed_store.h
Commit message (Collapse)AuthorAgeFilesLines
* Switch to potentially-sparse net users arraygatecat2022-02-271-8/+39
| | | | | | | | This uses a new data structure for net.users that allows gaps, so removing a port from a net is no longer an O(n) operation on the number of users the net has. Signed-off-by: gatecat <gatecat@ds0.me>
* Add indexed_store container typegatecat2022-02-261-0/+266
Signed-off-by: gatecat <gatecat@ds0.me>