mirror of
https://github.com/1dot13/source.git
synced 2026-09-09 14:46:05 +02:00
bf864f4fdd873f44ebc16cd95a536e2a8c67cebf
o After some investigation I determined that the one of the files in the temp folder was being written to repeatedly and on top of that opening and closing over a 1500 times o Instead of writing to in memory arrays before writing to disk its opening many temporary files and appending data to them repeatedly o I rewrote part of the code so that it only opened the files once and wrote to them and would create them fresh when it did. git-svn-id: https://ja2svn.mooo.com/source/ja2/trunk/GameSource/ja2_v1.13/Build@4665 3b4a5df2-a311-0410-b5c6-a8a6f20db521
git-svn-id: https://ja2svn.mooo.com/source/ja2/trunk/GameSource/ja2_v1.13/Build@1017 3b4a5df2-a311-0410-b5c6-a8a6f20db521
Description
No description provided
1.7 GiB
Languages
Python
78.5%
C++
18.1%
C
2.1%
Lua
0.6%
GAP
0.4%
Other
0.2%