Release 4.26 (.net)
Performance improvements contributed by the Microsoft .NET Spark team (thank you!):
- speed and memory improvements in the Pickler and Unpickler, mostly when reading from memory buffers and when dealing with arrays of strings
- benchmark project with microbenchmarks added
- bumped C# language level to 7.3 and updated the console projects to dotnet core 2.1 (2.0 is EOL)
and a bugfix:
- Unpickler memo cleared after STOP opcode to fix invalid memo reuse when unpickler isn't disposed/closed
Also the travis CI configuration was updated to now also build and run the dotnet unit tests (not only the Java ones)