git_handler.save_map: don't sort list of tuples
Sorting a list of tuples is much more expensive than sorting a list of strings. For a mapfile with 1.5 million entries, this speeds up save_map from 6 seconds to 3.5.
Loading
Please register or sign in to comment