Live data from Hacker News

Viewing profile — GregWright

GregWright

HN member
Joined
Mon, Oct 01, 2012, 2:26 PM UTC
HN karma
4
Public activity
3 items

About GregWright

No profile information was provided.

Recent public activity

  1. comment
    Comment #6163554

    3 milliseconds, man, the C optimizers blow my mind, they basically just cheat and stick the answer in there. :-) [C]cat sum.c #include int main(void) { unsigned long long sum = 0, …

  2. comment
    Comment #6026556

    No expert, but from the source it looks like it just uses whatever a 'map' uses to match keys: (defn frequencies "Returns a map from distinct items in coll to the number of times t…

  3. comment
    Comment #4597133

    I would love to use this, but apps I work on are both web browser based and native clients. Persona does not yet work with native apps (Android, iOS native apps); it only supports …