-
Notifications
You must be signed in to change notification settings - Fork 326
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
perf: Put canister queues behind
Arcs
(#3305)
This makes unmutated canister queues basically free to clone, which is important during certification and, more importantly, before and after every message execution (when the `SystemState` is cloned in order to allow for rollbacks). After the changes in #3241 and #3304, under heavy subnet load (millions of best-effort messages) this accounts for about half the message execution time; dropping to well under 10% with this change.
- Loading branch information
1 parent
5716305
commit ab29295
Showing
1 changed file
with
38 additions
and
27 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