-
Notifications
You must be signed in to change notification settings - Fork 184
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
agent: Avoid temporary allocations by keeping a temporary buffer
This commit changes the TraceAgent to keep a buffer for temporary antichains around, which is used for setting the logical and physical compaction. The upside is that it avoids temporary allocations, but on the downside it keeps another antichain around. This should be fine, unless there is a defective use case where the size of the antichain grows significantly and the potentially unused memory will not be reclaimed anymore. Signed-off-by: Moritz Hoffmann <[email protected]>
- Loading branch information
Showing
1 changed file
with
11 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters