scylladb / scylla-go-driver

Experimental, high performance Scylla Driver, University of Warsaw students' project
Apache License 2.0
151 stars 7 forks source link

Use netip.Addr instead of net.IP for IP addresses #274

Open martin-sucha opened 2 years ago

martin-sucha commented 2 years ago

There are a few places that use net.IP type. Consider using netip.Addr available since Go 1.18 to require less allocations.