Live data from Hacker News

Viewing profile — TheServer201

TheServer201

HN member
Joined
Tue, Mar 19, 2019, 5:36 PM UTC
HN karma
27
Public activity
1 items

About TheServer201

No profile information was provided.

Recent public activity

  1. comment
    Comment #19433221

    In the Iterators section if you use for (idx, x) in xs.iter().enumerate() instead of for (x, idx) in xs.iter().zip(0..xs.len()) you get the 4x unroll ( https://godbolt.org/z/XDyx0w…