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

Implement Buffer mechanism #5

Open
shrikrishnaholla opened this issue Dec 25, 2013 · 0 comments
Open

Implement Buffer mechanism #5

shrikrishnaholla opened this issue Dec 25, 2013 · 0 comments

Comments

@shrikrishnaholla
Copy link
Member

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

# for free to subscribe to this conversation on GitHub. Already have an account? #.
Projects
None yet
Development

No branches or pull requests

1 participant