- Moved test data creation to BenchmarkTestDataProvider.cs and removed from Program.cs for better organization. - Added [MessagePackObject]/[Key] attributes to all test models for explicit MessagePack serialization. - Updated MessagePack benchmark to use MessagePackSerializerOptions.Standard. - Improved AcBinaryDeserializer string cache with ASCII byte match to prevent hash collision bugs. - Optimized AcBinarySerializer/Deserializer for string property handling and non-primitive writes. - Set AcBinarySerializerOptions.UseMetadata default to true for safer deserialization. |
||
|---|---|---|
| .. | ||
| Compression | ||
| Serialization | ||
| TestModels | ||
| AyCode.Core.Tests.csproj | ||
| GlobalUsings.cs | ||
| JsonExtensionTests.cs | ||
| TestModelBase.cs | ||