Opened 7 years ago
Closed 7 years ago
#29492 closed Cleanup/optimization (fixed)
Improve speed of compilemessages with multithreading
| Reported by: | Claude Paroz | Owned by: | Claude Paroz |
|---|---|---|---|
| Component: | Internationalization | Version: | dev |
| Severity: | Normal | Keywords: | |
| Cc: | Triage Stage: | Ready for checkin | |
| Has patch: | yes | Needs documentation: | no |
| Needs tests: | no | Patch needs improvement: | no |
| Easy pickings: | no | UI/UX: | no |
Description
compilemessages could take advantage of multithreading to speed up po to mo compilation. I will suggest an approach.
Change History (4)
comment:1 by , 7 years ago
comment:2 by , 7 years ago
| Has patch: | set |
|---|
comment:3 by , 7 years ago
| Summary: | Improve speed of compilemessages → Improve speed of compilemessages with multithreading |
|---|---|
| Triage Stage: | Unreviewed → Ready for checkin |
Note:
See TracTickets
for help on using tickets.
PR
On my system,
compilemessageson the Django source tree took 12 seconds without the patch, and 5 seconds with the patch. Not bad :-)