mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 14:48:21 +00:00
Refactor CompHash class to use new HashKey buffering features
This preserves the previous hash key buffer layout (so the testsuite still passes) and overall approach but gets rid of the codepath for writing singleton serializations. This code path required a fourth switch block over all types (besides reads, writes, and size computation) and was inconsistent with the one for writing non-atomic types.
This commit is contained in:
parent
b6a11a69db
commit
4d58b98c70
2 changed files with 611 additions and 808 deletions
1364
src/CompHash.cc
1364
src/CompHash.cc
File diff suppressed because it is too large
Load diff
Loading…
Add table
Add a link
Reference in a new issue