Create objects 2x faster in Python(karamatli.com) |
Create objects 2x faster in Python(karamatli.com) |
Total With Object Pooling: 633.393 ms
Total Without Object Pooling: 714.89 ms
This is hardly 2x faster and the speed increase that is there probably comes more from allocating the objects in a list comprehension in the pooled harbor.