-
Notifications
You must be signed in to change notification settings - Fork 284
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Change the container which was used for keeping navigating goals from…
… std::vector into std::deque as it was being practically used as a queue before(FIFO), but removing the first element in a vector is costly as all elements needs to be pushed forward. This change practically shouldn't have big improvements but helps readability. PiperOrigin-RevId: 703479151
- Loading branch information
1 parent
720d393
commit 2208eef
Showing
1 changed file
with
9 additions
and
9 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