Páll Haraldsson

Results 336 comments of Páll Haraldsson

I was benchmarking this and see it's incomplete: ``` (@v1.6) pkg> add OrderedCollections#06cc1db (20/100) benchmarking "empty! OrderedGeneralDict() 10^4 elem Int64"... [..] ERROR: MethodError: no method matching (OrderedGeneralDict{Float64, Float64, DT} where...

What blog post is that? I was aware of his V language, but not his involvement with Julia. And V seems very interesting while the opposite of Julia... seems similar...

I'm probably not going to add this myself, but I am looking into adding OrderedDict into Base (or some such Dict, there's e.g. OrderedRobinDict). I did look into what Python...

Thinking more about it, and what I had in mind with fallback, is not move stuff to another Dict but leave stuff unchanged in the LittleDict that handles say first...

>Safe and General to arbitrary types is impossible AFAICT. I haven't really looked into why impossible, it seems then best to keep the serialize (as it should always work?), and...

>Do you mean keep the current default of BSON + gzipped julia serialization? No, because I thought BSON was non-default. I had BSON in mind when opening the issue, as...

I didn't see any year/date in the Clause, but realize now you'll have a copyright year in the Licence that follows. A year you'll be updating regularly. Then you need...

This issue kept me up last night, I had this nagging feeling I was giving bad advice, at https://discourse.julialang.org/t/best-way-to-optimize-code/37980/26 (I've followed up with the OP). FYI, this is potentially a...

Hi again, I can't believe I didn't write back at the time. I meant to, just saying I like your very good responses. I recall I had some comments too...

>there's a gap, seemingly like it's doing nothing (much) I found out about my so-called "gap", I at least wouldn't worry about it, even, the larger the better. I would...