aboutsummaryrefslogtreecommitdiff
path: root/tests/simple_mesh1d/source.mk
AgeCommit message (Collapse)Author
2025-08-10make tests actually usefulKimplul
+ Apparently quite a few components are currently broken, didn't even remember
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