nim-eth/eth/net
Jacek Sieka 2baa4c02a1
avoid allocation in `hash(ValidIpAddress)` (#433)
* avoid allocation in `hash(ValidIpAddress)`

While casually browsing the profiler output, to my great surprise I
found that an allocating string conversion function (gasp!) in the hash
function for ip addresses - this PR carefully excises this evil
construct from the codebase.

* bump nim version
2021-11-29 20:58:45 +01:00
..
nat.nim Allow for tcp/udp ports to always be configured (#402) 2021-09-29 18:50:23 +02:00
utils.nim avoid allocation in `hash(ValidIpAddress)` (#433) 2021-11-29 20:58:45 +01:00