-
Notifications
You must be signed in to change notification settings - Fork 19
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support System.Text.Json.Utf8JsonReader #14
Comments
https://github.com/Tarmil/FSharp.SystemTextJson is looking very promising - it has great test and benchmark coverage and features are being implemented at a dizzying rate; I'm thus strongly considering doing an I'm open to less ugly name, i.e. maybe A related note: While |
Update:
|
Implemented in #38; released in 2.1.0 |
Main constraint on the impl is that we don't want to foist a
netstandard2.1
dependency on anyone - the codec may hence need to be a separate project/nuget - benchmarks with the memory store should make sense as a way of validating any potential raw perf improvement.For Equinox.EventStore, the wiring should be straightforward
Wrt Equinox.Cosmos, this could become more messy due to the way in which the data is emitted (and how the DocDb client dll wants to manage its parsing)
The text was updated successfully, but these errors were encountered: