mbraceproject / FsPickler

A fast multi-format message serializer for .NET
http://mbraceproject.github.io/FsPickler/
MIT License
323 stars 54 forks source link

Large array tests and support #112

Closed Frassle closed 2 years ago

Frassle commented 5 years ago

There are some possibly slightly better ways to do this, but they'd need a runtime version update.

Also bumped the buffersize up to 4096 to match the default size of IO.BufferedStream.

Frassle commented 4 years ago

Anything else needed to consider merging this? Would help us as we've currently had to fork FsPickler at work because our users having been writing large arrays that without a change like this cause failures.

eiriktsarpalis commented 4 years ago

Anything else needed to consider merging this?

Mostly need time to thoroughly review this. I haven't been able to do it yet.

Frassle commented 2 years ago

Closing old PRs