mirror of
https://github.com/claunia/SabreTools.git
synced 2025-12-16 19:14:27 +00:00
[DatFile] Make filtering a separate step
Making filter "optional" means that it can be done with multithreading, thus reducing the time that any given DAT takes to parse in most cases and improving the actual filtering in the process.
This commit is contained in:
@@ -114,7 +114,7 @@
|
||||
<Compile Include="Data\Constants.cs" />
|
||||
<Compile Include="Data\Flags.cs" />
|
||||
<Compile Include="Data\Globals.cs" />
|
||||
<Compile Include="Dats\Partials\DatFile.Bucketing.cs" />
|
||||
<Compile Include="Dats\Partials\DatFile.Manipulate.cs" />
|
||||
<Compile Include="Dats\Partials\DatFile.ConvertUpdate.cs" />
|
||||
<Compile Include="Dats\Partials\DatFile.DFD.cs" />
|
||||
<Compile Include="Dats\Partials\DatFile.Parsers.cs" />
|
||||
|
||||
Reference in New Issue
Block a user