[Python-Dev] Re: Should set objects maintain insertion order too?

2019-12-24 Thread Wes Turner
A table with these columns might be helpful for performance comparisons: [ structure, operation, big_o, keyset, # signed ints, randstrs timeit_output, system_load, architecture, # x86_84, aarch64 os, ] Does anyone have a recommendation for a tool that stores such benchmark data in JSON and merge

[Python-Dev] Re: Should set objects maintain insertion order too?

2019-12-24 Thread Larry Hastings
On 12/23/19 8:09 PM, Kyle Stanley wrote: Chris Angelico wrote: > I think this is an artifact of Python not having an empty set literal. > [snip] > When both use the constructor call or both use a literal, the > difference is far smaller. I'd call this one a wash. Ah, good catch. I hadn't consi