Skip to content
Snippets Groups Projects
Commit 10e61cd2 authored by Siddharth Agarwal's avatar Siddharth Agarwal
Browse files

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.
parent 99c42969
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment