Live data from Hacker News

Viewing profile — min-cut

min-cut

HN member
Joined
Mon, Apr 19, 2021, 7:26 PM UTC
HN karma
2
Public activity
2 items

About min-cut

No profile information was provided.

Recent public activity

  1. comment
    Comment #27826315

    I see about a 10% performance improvement on my local machine on the input in test.py when not constructing the unnecessary second list. I don't really buy that it reads nicer in p…

  2. comment
    Comment #27825115

    Not only that, but also list(a + b) is producing two different new lists since (a + b) produces a list and list() constructs a new list copy. The benchmark would be faster if the O…