#2285 closed patch (Fixed)
Speed optimizations to sessionproxy
Reported by: | Bro | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | 2.0.0 |
Component: | Unknown | Version: | master |
Keywords: | Cc: |
Description
These changes reduces the CPU time of sessionproxy by a little more than 50%.
https://github.com/bendikro/deluge/commits/master-sessionproxy-optimization
Change History (6)
comment:1 by , 12 years ago
comment:2 by , 12 years ago
Now passes tests and updated with more comments
Running GTKUI for 1 min on my computer:
- Old CPU time of create_status_dict: 10.0958 s
- New CPU time of create_status_dict: 1.47253 s
comment:4 by , 12 years ago
Milestone: | performance → 1.4.0 |
---|
comment:5 by , 9 years ago
Milestone: | 2.0.x → 2.0 |
---|
Note:
See TracTickets
for help on using tickets.
Further optimizations and the CPU time is now reduced to about 25% of original.