-
Notifications
You must be signed in to change notification settings - Fork 533
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Reduce allocations by replacing AtomicInteger with AtomicIntegerField…
…Updater (#2072) Fixes #2071 When an app is running, a lot of RoutingContextImpl (and thus RoutingContextImplBase) instances are created. With this change, we can save many AtomicInteger allocations. Signed-off-by: Thomas Segismont <[email protected]>
- Loading branch information
1 parent
ee861a9
commit 0cd7eca
Showing
2 changed files
with
26 additions
and
17 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
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