Open rotten opened 8 years ago
Thanks for sharing this. I think most of the overhead comes from decorators and the fact that they coerce compared values to interval objects.
I have meet the same problem. When i use 'in' operation in a loop, it takes more than 20 mintes to finish the loop, I hope you can impove this performance problem.
Thanks for sharing this. I think most of the overhead comes from decorators and the fact that they coerce compared values to interval objects.
I have met the same problem. When i use 'in' operation in a loop, it takes more than 20 mintes to finish the loop, I hope you can impove this performance problem to makes it better to use.
I don't know if this is an issue, or if it is expected, but I was surprised at the performance difference between these two loops (2 orders of magnitude), so I thought I'd share: