aboutsummaryrefslogtreecommitdiff
path: root/tests/starved_mesh/sim.c
AgeCommit message (Collapse)Author
2025-08-29remove starved mesh testKimplul
+ Essentially equivalent to node2d test, just worse
2025-08-09formatKimplul
2025-08-09add 1d mesh node and refactor 2d mesh nodeKimplul
+ Seems to decrease performance a little bit, presumably due to extra register copy, but simplifies code a lot and opens up more genericism so I'll consider it an upgrade for now. Copying packets around is rather slow though, might in the future move to some kind of pointer based packet handling
2025-02-24overhaul meshesKimplul
+ Previous name was grid