mirror of
https://github.com/dolthub/dolt.git
synced 2026-02-04 10:25:17 -06:00
1) Get rid of temp file usage in FileStore. Instead, write to a buffer and then dump to disk on Close(). 2) Chk.Equals() uses reflection even if you call it on primitive types, which can be surprisingly costly. Switch to a Chk.True() in a couple of hot paths.