Skip to content
Better HN
Top
Best
Ask
Show
New
Jobs
Search
⌘K
0 points
ggm
2y ago
0 comments
Save
Share
Yes, and I am still exploring. It is possible I have some scaling issues in dictionary which are not about compiled or not but about the cost of mutating data in a dict and gc costs.
0 comments
1 comments · 1 top-level
top
newest
oldest
mixmastamyk
2y ago
Things like key lookup are already well optimized. So finding a more efficient algorithm might yield easier performance gains.
If you have for loops inside for loops, that's one place to attack. dict iterators, etc.
j
/
k
navigate · click thread line to collapse