filter-service icon indicating copy to clipboard operation
filter-service copied to clipboard

benchmark on buffered channel to save filters to file

Open ylgrgyq opened this issue 6 years ago • 0 comments

We use regular FileChannel to save filters to file. Maybe we can consider to use buffered channel to improve performance which means write bytes to a buffer first then flush all the cumulative bytes to file.

Because filter is comparatively large, usually several MB, using buffered channel might not have significant improvement. So we need a benchmark first.

ylgrgyq avatar Dec 04 '19 23:12 ylgrgyq