quickfix icon indicating copy to clipboard operation
quickfix copied to clipboard

Add support for FileStoreSync for filestore.go

Open adam-talos opened this issue 3 years ago • 0 comments

The current implementation of filestore calls Sync() on each write. This is very expensive and is often not necessary for many FIX applications. QuickfixJ has an option FileStoreSync which if false will not call fsync on writes, which should speed things up considerably.

adam-talos avatar Nov 02 '21 21:11 adam-talos