Skip to content

benchmark on buffered channel to save filters to file #15

Description

@ylgrgyq

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions