Skip to content

Sir3eBpA/ntfsreader-sf

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ntfsreader-sf

Optimizations done in this fork so far:

  • stack alloc for string search in a hot path where it was allocating a bunch of StringBuilders

  • array pool used for path building using node indices

  • IEnumerable to speed up the file lookup on a single thread and reduce memory usage as the whole chunk of meta was pretty big (talking in gigabytes here)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 100.0%