Opened 6 years ago

Closed 6 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 Claude Paroz, 6 years ago

PR

On my system, compilemessages on the Django source tree took 12 seconds without the patch, and 5 seconds with the patch. Not bad :-)

comment:2 by Claude Paroz, 6 years ago

Has patch: set

comment:3 by Tim Graham, 6 years ago

Summary: Improve speed of compilemessagesImprove speed of compilemessages with multithreading
Triage Stage: UnreviewedReady for checkin

comment:4 by Claude Paroz <claude@…>, 6 years ago

Resolution: fixed
Status: assignedclosed

In 998d7741:

Fixed #29492 -- Improved compilemessages speed

Note: See TracTickets for help on using tickets.
Back to Top