optimise writing the map file
We currently write the map file to a BytesIO buffer, and _then_ write it to an atomic temporary file. However, the file is opened for atomic write, so the extra buffering doesn't really add anything other than overhead.
parent
cc59977f
No related branches found
No related tags found
Please register or sign in to comment