Skip to content
Snippets Groups Projects
  • Florian Schröder's avatar
    df38f03c
    Remove unnecessary lock in order enumeration · df38f03c
    Florian Schröder authored
    The lock in the enumeration of orders in the Overcooked simulator's 2D visualization was extra and thus, it was removed. This simplifies the code and potentially improves performance, as locks can introduce overhead and contention issues. It was confirmed that eliminating this lock doesn't affect the functionality or performance of the order enumeration.
    df38f03c
    History
    Remove unnecessary lock in order enumeration
    Florian Schröder authored
    The lock in the enumeration of orders in the Overcooked simulator's 2D visualization was extra and thus, it was removed. This simplifies the code and potentially improves performance, as locks can introduce overhead and contention issues. It was confirmed that eliminating this lock doesn't affect the functionality or performance of the order enumeration.