SpiceQA
Questions
Tags
Users
Badges
user_2357112
@user_2357112
0
reputation
0
answers
1
questions
About Me
// Hello, World !
Top Answers
Why is a.insert(0,0) much slower than a[0:0]=[0]?
69 votes
Why is `dataclasses.asdict(obj)` > 10x slower than `obj.__dict__()`
60 votes
How did print(*a, a.pop(0)) change?
52 votes
How can I construct an enum.Enum from a dictionary of values?
36 votes
typing: Dynamically Create Literal Alias from List of Valid Values
35 votes
Top Questions
Can the order of std::shuffle depend on anything but the RNG?
15 votes
1 answers