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
..
2021-11-24 17:49:13 +01:00