Viewing profile — rrrlasse
rrrlasse
HN member- Joined
- Tue, Aug 11, 2015, 10:42 PM UTC
- HN karma
- 3
- Public activity
- 2 items
- HN profile
- View on Hacker News ↗
About rrrlasse
No profile information was provided.
Recent public activity
-
comment
Comment #10045000
The conditional move is the statement `low = v >= value ? low : other_low;` which either assigns `other_low` to `low` or does nothing. And other_low is a variable, and not an arbit…
-
comment
Comment #10044939
True, but only if the list has more than 2^31 entries on a 32-bit machine. In practise that's not possible if it contains 32-bit integers because that would take up a 16 GB linear …