Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 810 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 810 Bytes

Investigate Utf8JsonWriter for OData

This is a set of experiments to support my invesigations of whether the OData writer and serializers can make use of Utf8JsonWriter in order to boost performance, and if so, what design changes would it take to make that possible, and what impact would it have on flexibility, extensibility, maintainability, etc.

This is a follow-up to the findings obtained from the ODataWriter vs System.Text.Json Performance experiments.