cockroachdb / swiss

Go port of Google's Swiss Table hash table
Apache License 2.0
317 stars 12 forks source link

swiss: mark a Map as "noCopy" #18

Closed petermattis closed 8 months ago

petermattis commented 9 months ago

It isn't safe to copy a Map by value, so mark it as "noCopy" so that go vet will emit a warning if it is copied.

cockroach-teamcity commented 9 months ago

This change is Reviewable

petermattis commented 8 months ago

@RaduBerinde Anything else to do on this PR?

petermattis commented 8 months ago

TFTR!