lytics / CloudForest

Ensembles of decision trees in go/golang.
Other
15 stars 3 forks source link

Lock CatMap before access. #21

Closed glycerine closed 5 years ago

glycerine commented 5 years ago

Add sync.Lock() and Unlock() around reads and writes to the CatMap. Also add full copying that may reduce contention.

Fixes #20

glycerine commented 5 years ago

Ugh. Sorry, got too many things in this PR. I'll try to cut it down.

glycerine commented 5 years ago

going to close this and start over on a fresh fork to isolate it. I'll re-open anew.