Skip to content
  • Russell Taylor's avatar
    e0a3cd29
    Re #6547. Check that map has been fully filled. · e0a3cd29
    Russell Taylor authored
    Just checking that it's not empty can mean that filling it is in
    progress, so we need to enter the critical block if that's the case.
    This shouldn't have much (any?) performance implication as size(),
    like empty(), takes constant time.
    e0a3cd29
    Re #6547. Check that map has been fully filled.
    Russell Taylor authored
    Just checking that it's not empty can mean that filling it is in
    progress, so we need to enter the critical block if that's the case.
    This shouldn't have much (any?) performance implication as size(),
    like empty(), takes constant time.
Loading