Skip to content

Commit d579fe8

Browse files
committed
use native .NET json for JSON/BSON wz file extraction. (2-3x speed up)
versions < 150 should take less than 1 minute for JSON and BSON extraction .NET 3.0 changes: https://devblogs.microsoft.com/dotnet/try-the-new-system-text-json-apis/ .NET 5.0 changes: https://devblogs.microsoft.com/dotnet/whats-next-for-system-text-json/
1 parent 484b574 commit d579fe8

File tree

2 files changed

+144
-267
lines changed

2 files changed

+144
-267
lines changed

MapleLib/MapleLib.csproj

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,9 @@
1515
<AssemblyVersion>2.0.0.0</AssemblyVersion>
1616
<FileVersion>2.0.0.0</FileVersion>
1717
</PropertyGroup>
18+
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
19+
<Optimize>False</Optimize>
20+
</PropertyGroup>
1821
<ItemGroup>
1922
<ProjectReference Include="..\spine-runtimes-2.1.25\spine-csharp\spine-csharp 2.1.25.csproj" />
2023
</ItemGroup>

0 commit comments

Comments
 (0)