Live data from Hacker News

Viewing profile — nipxx

nipxx

HN member
Joined
Thu, Oct 31, 2019, 7:14 PM UTC
HN karma
14
Public activity
5 items

About nipxx

No profile information was provided.

Recent public activity

  1. comment
    Comment #23842433

    As sad as it is, I get 90% of my algorithm work done with sorted arrays and binary search. Rarely I need more fancy stuff.

  2. comment
    Comment #22972064

    if these kinds of optimizations make a difference for your applications write it in native code, dammitl

  3. comment
    Comment #21623474

    file-cache and system load jitter. That's it.

  4. comment
    Comment #21416348

    For me it was the TMS320C64x+ There are newer versions of that chip out there with floating point support. The glory instruction set reference is here: https://www.ti.com/lit/ug/sp…

  5. comment
    Comment #21412611

    It's alive and kicking on the Texas Instruments DSP chips. You can get incredible performance out of them, but you pay with horrible compile times. To give you a taste what these c…