Live data from Hacker News

Viewing profile — chris_griffith

chris_griffith

HN member
Joined
Fri, May 05, 2017, 6:06 PM UTC
HN karma
1
Public activity
6 items

About chris_griffith

No profile information was provided.

Recent public activity

  1. comment
    Comment #14276834

    First things off top of head: Box does recursion through lists, new dicts (and lists of dicts) added will also be dot notation without manually converting, Box can be a recursive d…

  2. comment
    Comment #14276790

    That is a very good point, never thought of that. I will have to add a feature to make that configurable. Thanks for the heads up!

  3. comment
    Comment #14275825

    Mostly copying and pasting from my previous comment for visibility. It works similarity to addict, but does have important distinctions and IMO seniority (was in my 'reusables' pyp…

  4. comment
    Comment #14275653

    Something like that would be handy. Just to clarify the addict mention. It works similarity to addict, but does have important distinctions and IMO seniority (was in my 'reusables'…

  5. comment
    Comment #14275588

    Author here: I totally agree with the fact it has shortcomings and definitely isn't aimed to replace everyone's dict everywhere. I actually created the first iteration of this arou…

  6. comment
    Comment #14275522

    Just finished my article that includes speed comparisons. http://www.codecalamity.com/python-box-3-the-reddit-release/... Basically it's faster on standard soft creation as it conv…