Open Menur opened 6 years ago
Thank you for your advices!
Could you make those advices as a real code, and send to me as pull requests?
I'll not have enough time to spent improving this library in these days.
If you send pull requests, it will be helpful for the community, I think.
I can't promise that merge your pull requests certainly at this time, but I'll consider well.
I published v.3.2.0 package.
Thanks @Menur 👍
NetTools.Bits static class is nice example of LINQ usage, but it's really slow.
Possible improvement ideas:
IsIPv4MappedToIPv6
IPAddress.GetHashCode()
which is 32-bit number as ip address. Casting hash code touint
would be still faster than the byte array comparison.