wabbajack/Wabbajack.VirtualFileSystem
Timothy Baldridge 133fa2febd
Async VFS Implementation (#171)
* New VFS implementation can load/save/analyze files. All in a immutable, lock free (mostly) async parallel manner.

* VFS indexing is complete

* Can stage files

* Can extract VirtualFiles into PortableFiles and create contexts from PortableFiles

* Code cleanup
2019-11-14 15:22:53 -07:00
..
Properties Async VFS Implementation (#171) 2019-11-14 15:22:53 -07:00
Context.cs Async VFS Implementation (#171) 2019-11-14 15:22:53 -07:00
Extensions.cs Async VFS Implementation (#171) 2019-11-14 15:22:53 -07:00
PortableFile.cs Async VFS Implementation (#171) 2019-11-14 15:22:53 -07:00
VirtualFile.cs Async VFS Implementation (#171) 2019-11-14 15:22:53 -07:00
Wabbajack.VirtualFileSystem.csproj Async VFS Implementation (#171) 2019-11-14 15:22:53 -07:00