16

Now we wait and see if they make change this commit message 🤣

Comments
  • 10
    Always nice to refactor from O(k) to O(yeah).
  • 8
    Must be a huuuuuge collection if changing that from O(N) to O(1) has an actual impact on performance...
  • 4
    Bonus points for using your phone to make a screenshot.
  • 1
    @Oktokolo building for longevity. 😉
  • 1
    @Oktokolo the only true statement for storing data is that it will accumulate over time
  • 1
    @bioDan

    Contexts normally store pretty contextual stuff - which in general shouldn't grow to a size where O(N) vs. O(1) on retrieval would matter.

    I call premature optimization!
Add Comment