Dolores Greatamsky
Dolores Greatamsky
You already compare LOC, however that's only part of the truth... The actual LOC that will be (potentially) running on one's system are not just the lines from the projects...
`DirectoryExtensions.TryGetDateTime` uses an exhaustive list of date formats to try when parsing Exif date-time strings. I just stumbled upon a file containing the following date-time strings (as DateDigitized/DateOriginal): `2007/06/30 18:45:17`...
Telling the file system how big a file will be enables it to better place files on disk, avoid fragmentation, etc. *nix have a mechanism to effectively reserve a file...
When the CachingPageManager evicts pages, it will not actually free the memory. That's the job of the GC. This means that when we evict a page and it's later requested...
So, I was curious how the recovery file stuff was actually implemented, and found some grave bugs which completely disable the feature always, and if it wasn't, would actually cause...