Skip to content

Release 4.26 (.net)

Compare
Choose a tag to compare
@irmen irmen released this 16 May 21:13
· 39 commits to master since this release
3e715b6

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)