Skip to content

Commit

Permalink
Get rid of FastDirectoryEnumerator, as it was causing file locking er…
Browse files Browse the repository at this point in the history
…rors on reserialization.

Must be some sort of unmanaged resource disposal - it has a dispose on it, but it must be incomplete. Either way perf does not seem majorly impacted especially with DiSerialized.
  • Loading branch information
kamsar committed Feb 2, 2017
1 parent c1a1fb4 commit 785421d
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 523 deletions.
1 change: 0 additions & 1 deletion src/Rainbow/Rainbow.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,6 @@
<Compile Include="Model\ProxyItemVersion.cs" />
<Compile Include="Model\ItemDecorator.cs" />
<Compile Include="Storage\SfsDuplicateIdCheckingDisabler.cs" />
<Compile Include="Storage\FastDirectoryEnumerator.cs" />
<Compile Include="Storage\FsCache.cs" />
<Compile Include="Storage\IDataStore.cs" />
<Compile Include="Model\IItemFieldValue.cs" />
Expand Down
Loading

0 comments on commit 785421d

Please sign in to comment.