lduchosal / ipnetwork

IPNetwork command line and C# library take care of complex network, IP, IPv4, IPv6, netmask, CIDR, subnet, subnetting, supernet, and supernetting calculation for .NET developers. It works with IPv4 as well as IPv6, is written in C#, has a light and clean API, and is fully unit-tested
BSD 2-Clause "Simplified" License
468 stars 96 forks source link

Large to very small CIDR taking up too much memory #315

Open BV5Tl0N opened 4 months ago

BV5Tl0N commented 4 months ago

When subnetting CIDR from a large network to a very small one, application is taking up too much memory. Is there a suggested limit on subnetting? Sample is /2 to /20. How should I approach this correctly?