spion / hashtable-latencies

Latency of a web service that stores a large hashtable, in multiple languages
43 stars 8 forks source link

Fix map entry deletion #5

Closed ngrilly closed 8 years ago

ngrilly commented 8 years ago

Affecting nil to a map entry doesn't delete the entry, and the map grows indefinitely. Use the delete statement instead.