Skip to content
This repository was archived by the owner on Jul 10, 2019. It is now read-only.
This repository was archived by the owner on Jul 10, 2019. It is now read-only.

Implement Buffer mechanism #5

@shrikrishnaholla

Description

@shrikrishnaholla

As of v0.1, every message is generating a separate write operation to a file. Even with a lower messages/minute, this is slow. So a buffer mechanism is to be implemented; ie, buffer incoming messages when busy and write into file when idle. This would make searching a little complicated, but would vastly improve performance. Before merging, compare the performance of the two approaches to evaluate whether the performance really improves as theorized. Refer to this discussion in #1

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions