yowcow / goromdb

Yet another single process KVS server implemented over file-based database
The Unlicense
12 stars 5 forks source link

Remove syscall.Sync #92

Closed yowcow closed 4 years ago

yowcow commented 4 years ago

Removing syscall.Sync as it significantly slows down file drop-in process at high IO load. The storage loads fine without sync system call.

syota-ohtuka commented 4 years ago

LGTM