Commit 286d025
authored
Remove std::ostringstream from TileKey::ToHereTile (#1351)
Not the most efficient way of converting number to string. Replace
with dedicated std::to_string.
`ToHereTile` is being used a lot in the logs so any performance gains
are welcomed.
Relates-To: OAM-1686
Signed-off-by: Andrey Kashcheev <[email protected]>1 parent 4c0a194 commit 286d025
1 file changed
+1
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
76 | 76 | | |
77 | 77 | | |
78 | 78 | | |
79 | | - | |
80 | | - | |
81 | | - | |
| 79 | + | |
82 | 80 | | |
83 | 81 | | |
84 | 82 | | |
| |||
0 commit comments