Live data from Hacker News

Viewing profile — 14e3d901150a21d

14e3d901150a21d

HN member
Joined
Sun, Feb 01, 2015, 2:53 PM UTC
HN karma
4
Public activity
3 items

About 14e3d901150a21d

No profile information was provided.

Recent public activity

  1. comment
    Comment #9083501

    I was hoping that the prelude would re-export the new io/path modules, but it looks like old_io and old_path are still exported. Regardless, great work. Rust seems rather promising…

  2. comment
    Comment #9015572

    I'm looking forward to LXD in particular. I really like how Docker feels like a convenient application deployment platform, but there is no isolation between the container and the …

  3. comment
    Comment #8980043

    Respect CPU caches and locality. Keeping your data structures in cache or even packed together can result in a nice performance gain. I've seen benchmarks where inserting into an a…