This commit is contained in:
Joey Hess 2024-11-15 16:36:43 -04:00
parent fbf3a60366
commit b7c55bd451
No known key found for this signature in database
GPG key ID: DB12DB0FF05F8F38

View file

@ -20,4 +20,7 @@ oddly didn't save any memory.
Memory profiling might let this be improved further, but needing 1 gb of
memory to import a million changes to files doesn't seem too bad.
Update: Did some memory profiling, nothing stuck out as badly wrong.
Lists and tuples are using as much memory as anything.
"""]]