Commit 18f3ba3
worker: leave TODO comments for using std::variant when possible
We don’t use C++17 as a baseline yet, but once we do, we can use
`std::variant` to make a few things more performant (and cleaner).
There is a similar TODO comment in the crypto source already.
PR-URL: #38788
Reviewed-By: Gireesh Punathil <gpunathi@in.ibm.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>1 parent 3741595 commit 18f3ba3Copy full SHA for 18f3ba3
File tree
Expand file treeCollapse file tree
1 file changed
+6
-0
lines changedOpen diff view settings
Filter options
- src
Expand file treeCollapse file tree
1 file changed
+6
-0
lines changedOpen diff view settings
Collapse file
+6Lines changed: 6 additions & 0 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
107 | 107 | |
108 | 108 | |
109 | 109 | |
| 110 | + |
| 111 | + |
| 112 | + |
110 | 113 | |
111 | 114 | |
112 | 115 | |
| ||
202 | 205 | |
203 | 206 | |
204 | 207 | |
| 208 | + |
| 209 | + |
| 210 | + |
205 | 211 | |
206 | 212 | |
207 | 213 | |
|
0 commit comments