mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 06:38:20 +00:00
Merge remote-tracking branch 'origin/topic/timw/sessions-unordered-map'
* origin/topic/timw/sessions-unordered-map: Only sort sessions during Drain() if a random seed is set Use unordered_map to store sessions for performance reasons
This commit is contained in:
commit
d24cecf268
6 changed files with 59 additions and 7 deletions
5
CHANGES
5
CHANGES
|
@ -1,3 +1,8 @@
|
|||
4.2.0-dev.68 | 2021-08-04 09:57:32 +0100
|
||||
|
||||
* Use unordered_map to store sessions for performance reasons. This might lead to an 8-9% speedup of Zeek.
|
||||
See GH-1706 for details. (Tim Wojtulewicz, Corelight)
|
||||
|
||||
4.2.0-dev.64 | 2021-08-03 10:23:41 +0100
|
||||
|
||||
* Under certain circumstances, Zeek processes could get into an infinite looping state inside RotationTimer.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue