Skip to content

Commit 58ba66b

Browse files
committed
Implement optimizations and improvements for NeoBinary serialization and deserialization, including SIMD acceleration, object pooling, and cache management.
1 parent 89a90f8 commit 58ba66b

File tree

4 files changed

+466
-132
lines changed

4 files changed

+466
-132
lines changed

CoreRemoting/Serialization/NeoBinary/IlTypeSerializer.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
using System.Linq;
66
using System.Reflection;
77
using System.Reflection.Emit;
8-
using System.Runtime.CompilerServices;
98

109
namespace CoreRemoting.Serialization.NeoBinary
1110
{

0 commit comments

Comments
 (0)