You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 10, 2019. It is now read-only.
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
The text was updated successfully, but these errors were encountered:
# for freeto subscribe to this conversation on GitHub.
Already have an account?
#.
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
The text was updated successfully, but these errors were encountered: