BBVA / qed

The scalable, auditable and high-performance tamper-evident log project
https://qed.readthedocs.io/
Apache License 2.0
95 stars 19 forks source link

feat: test service: replace plain Go map with sync.Map #77

Closed panchoh closed 5 years ago

panchoh commented 5 years ago

To reduce contention on the map, we'll use:

https://golang.org/pkg/sync/#Map