cognitedata/cognite-sdk-dotnet

Use streaming to avoid allocating large string objects for JSON

dbrattli opened this issue · 0 comments

We need to make sure we never allocate more than 85K for a single string or we will end up on the LOH. Investigate how we instead can stream JSON docs to/from CDF.