Live data from Hacker News

Viewing profile — capnfantasic

capnfantasic

HN member
Joined
Tue, Nov 29, 2016, 6:58 AM UTC
HN karma
16
Public activity
4 items

About capnfantasic

No profile information was provided.

Recent public activity

  1. comment
    Comment #13061628

    > Is this ever an real issue, even on any embedded system in the last 20 years? Ask Cisco when they cut the Linksys routers' RAM in half a few years ago. Every byte counts. Compone…

  2. comment
    Comment #13061615

    Traditionally yes. On the latest CPUs - who knows.

  3. comment
    Comment #13061606

    Of course. When I wrote that comment I asked myself should I have written "malloc" or "malloc/free" - surely one implies the other.

  4. comment
    Comment #13061384

    Fantastic until you need to malloc. You're reimplementing libc, but at least you know what's going on at every level.