-
Notifications
You must be signed in to change notification settings - Fork 209
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Improve speed by removing IO process before insert_message()
#858
Conversation
insert_message()
insert_message()
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for your pull request!
LGTM
I checked 6.1GB evtx and hayabusa-sample-evtx datas
|
Codecov ReportBase: 68.35% // Head: 68.43% // Increases project coverage by
Additional details and impacted files@@ Coverage Diff @@
## main #858 +/- ##
==========================================
+ Coverage 68.35% 68.43% +0.07%
==========================================
Files 23 23
Lines 13551 13537 -14
==========================================
+ Hits 9263 9264 +1
+ Misses 4288 4273 -15
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
Thank you so much for taking the benchmark and review :) |
insert_message()
insert_message()
What Changed
STORED_EKEY_ALIAS
instead of loading theeventkey_alias.txt
just beforeinsert_message()
Evidence
Environment
Benchmark
I ran a benchmark using this procedure(6.1GB evtx) and the results were as follows.
Console output
1.9.0
2.0.0
This PR
I would appreciate it if you could review🙏