go-caskdb
go-caskdb copied to clipboard
Syncronization problem
Calling Get and Set method concurrently creates garbage values. I suggest read/write mutex to control this misbehaviour, since reading from hashtable and file is thread-safe, however read and write cause problems.