Live data from Hacker News

Viewing profile — mdcfrancis

mdcfrancis

HN member
Joined
Sun, Nov 15, 2015, 6:48 PM UTC
HN karma
21
Public activity
8 items

About mdcfrancis

No profile information was provided.

Recent public activity

  1. comment
    Comment #32439037

    The authors of the encoding/json library thought the same. As a way to exit from deep down in a parse stack it works well especially if you only have limited entry points. https://…

  2. comment
    Comment #29998885

    Amazon WorkMail, part of the AWS suite of tools, $4/month/user last I looked. If you host your domain on route53 setup is painless. It's an exchange server compatible service and p…

  3. comment
    Comment #29738993

    I can answer for the type stable julia case, if you have a struct in julia that is composed only of primitive types this is stored as a C struct with zero overhead and fixed byte l…

  4. comment
    Comment #29738933

    unfortunately, I don't have access to that code anymore, I wrote a number of loaders for different data set types including CSV. The time series were all modeled as forward iterati…

  5. comment
    Comment #29737066

    I've written similar in Julia, you can see the record type used in https://www.juliapackages.com/p/namedtuples . The full library, not in the open source, uses this type for time s…

  6. comment
    Comment #27910825

    they are also, type stable, strongly typed and have the same overhead as a struct. So an array of NamedTuples takes the minimal space and allocation.

  7. comment
    Comment #10571038

    I'm not the best placed person to answer about Python, my background is primarily C++/Java and functional languages. The types in general get out of the way. The ability to special…

  8. comment
    Comment #10570709

    This is great news for Julia. As a person who has spent the best part of year coding almost exclusively in Julia (I work in finance, we were one of the main sponsors of JuliaCon, t…