Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Split up common into kernel,place,route | gatecat | 2022-04-08 | 1 | -297/+0 |
| | | | | Signed-off-by: gatecat <gatecat@ds0.me> | ||||
* | Switch to potentially-sparse net users array | gatecat | 2022-02-27 | 1 | -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 type | gatecat | 2022-02-26 | 1 | -0/+266 |
Signed-off-by: gatecat <gatecat@ds0.me> |