mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 06:38:20 +00:00
Merge remote-tracking branch 'origin/topic/justin/file_analysis_speedup'
* origin/topic/justin/file_analysis_speedup: speed up file analysis, remove IncrementByteCount
This commit is contained in:
commit
6b6c3dbbb7
5 changed files with 34 additions and 15 deletions
7
CHANGES
7
CHANGES
|
@ -1,3 +1,10 @@
|
|||
8.0.0-dev.82 | 2025-05-09 17:25:38 +0200
|
||||
|
||||
* speed up file analysis, remove IncrementByteCount (Justin Azoff)
|
||||
|
||||
Avoid creating and recreating count objects for each chunk of file
|
||||
analyzed. This replaces counts inside of records with c++ uint64_ts.
|
||||
|
||||
8.0.0-dev.80 | 2025-05-09 09:51:48 +0200
|
||||
|
||||
* Updating submodules binpac, broker and zeek-aux [nomail] (Arne Welzel, Corelight)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue