rtbrick / bngblaster

The BNG Blaster is an open-source network tester for access and routing protocols.
https://rtbrick.github.io/bngblaster/
BSD 3-Clause "New" or "Revised" License
210 stars 34 forks source link

Lspgen large matrix #280

Closed hannesgredler closed 2 months ago

hannesgredler commented 2 months ago

lspgen is running out of memory if --count gets > 50000 because the random generator allocates a N^2 matrix. This merge breaks down request node count >> 1000 into N*1000 smaller subgraphs and connect.