go-ipam icon indicating copy to clipboard operation
go-ipam copied to clipboard

golang library for ip address management

Results 23 go-ipam issues
Sort by recently updated
recently updated
newest added

see https://devandchill.com/posts/2020/05/go-lib/pq-or-pgx-which-performs-better/

When a prefix is "loaded" - meaning that we have acquired a large number of ips from it - performance degrades as O(number of acquired IPs) The benchmark code misses...

#146 shows that ip allocation in prefixes with a lot of already allocated ips is slow. This PR implements a Benchmark which shows this clearly: ``` go test -benchmem -run=^$...