Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/aspnet/MessagePack-CSharp.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-06-22Bump Newtonsoft.Json in /benchmark/SerializerBenchmarkdependabot[bot]
2021-06-14Merge pull request #1265 from neuecc/masterAndrew Arnott
2021-06-12Suppress the only build warning we haveAndrew Arnott
2021-05-31Merge remote-tracking branch 'upstream/master' into developAndrew Arnott
2021-05-29Add Odin Serializer to the benchmark (round 2) (#1248)Jesse Talavera-Greenberg
2020-12-08Change add namespaces and make naming consistent with their file namesJohannes Deml
2020-12-08Add ToString to all serializersJohannes Deml
2020-12-02Fix deprecated methods and code stylingJohannes Deml
2020-12-01Change use readable size conversion from BenchmarkDotNetJohannes Deml
2020-12-01Fix small typoJohannes Deml
2020-12-01Change namespace of BenchmarkProgram to BenchmarkJohannes Deml
2020-09-27Remove redundant AssemblyName propertyAndrew Arnott
2020-09-27Rename folderspCYSl5EDgo
2020-09-27General Unsafe Formatter and Resolver (#1053)pCYSl5EDgo
2020-09-14Add MessagePack.Experimental package which includes SIMD(Single Instruction M...pCYSl5EDgo
2020-07-10Add BSON implementation from Json.NETDaniel Cazzulino
2019-11-30add contractless benchmarkYoshifumi Kawai
2019-11-30resolve lintYoshifumi Kawai
2019-11-30currently can not measure contractless in benchmarkYoshifumi Kawai
2019-11-30add contractless benchmarkYoshifumi Kawai
2019-11-30update benchmark(use Core30, add System.Text.Json, use Lz4BlockArray, update ...Yoshifumi Kawai
2019-11-27Rename LZ4Block to Lz4BlockAndrew Arnott
2019-11-27Remove LZ4Standard static propertyAndrew Arnott
2019-08-05Rename MessagePackSerializerOptions "Default" to "Standard"Andrew Arnott
2019-07-15Move attributes into their own isolated packageAndrew Arnott
2019-07-14Apply StyleCop.Analyzers and conform to itAndrew Arnott
2019-07-11Merge pull request #479 from AArnott/fix458Andrew Arnott
2019-07-10Merge MessagePack.Annotations back into original libraryAndrew Arnott
2019-07-09Make MessagePackSerializer a static class againAndrew Arnott
2019-03-20Eliminate allocation in benchmarkAndrew Arnott
2019-03-16Merge branch 'v1.8'Andrew Arnott
2019-03-16Enable ETL collection in SerializerBenchmarkAndrew Arnott
2019-03-15Fix build breaks after mergeAndrew Arnott
2019-03-10Add DataSize column to BenchmarkYoshifumi Kawai
2019-03-10Rename Benchmark, Protobuf -> ProtobufNetYoshifumi Kawai
2019-03-10Add CerasSerializer BenchmarkYoshifumi Kawai
2019-03-10Benchmark rename, MsgPack -> MessagePackYoshifumi Kawai
2019-03-10Add SerializerBenchmark projectYoshifumi Kawai