forked from emqx/qmqtt
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Always prefer init-at-once over copy-on-write as it much much faster (each write does atomic load-and-compare in the best case and deep-copy in the worst case, whilst init-at-once operates on a just-created entity, with no extra checks)
- Loading branch information
1 parent
2e5c64e
commit 62893fa
Showing
2 changed files
with
9 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