-
Notifications
You must be signed in to change notification settings - Fork 105
Direct serialization #956
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
Direct serialization #956
Conversation
|
|
2b2ffda to
f860a1f
Compare
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## develop #956 +/- ##
===========================================
+ Coverage 93.40% 93.41% +0.01%
===========================================
Files 87 91 +4
Lines 8622 8672 +50
===========================================
+ Hits 8053 8101 +48
- Misses 569 571 +2
Continue to review full report in Codecov by Sentry.
|
|
|
f860a1f to
796768f
Compare
|
|
|
|
614bc0f to
41cf8bc
Compare
|
|
41cf8bc to
abe8a7a
Compare
|
|
abe8a7a to
9ab66c0
Compare
|
|
9ab66c0 to
515eab5
Compare
|
|
|
|
f8b1d98 to
e0e7e5a
Compare
|
|
|
|
|
|
6387c25 to
ebb10f8
Compare
|
|
ebb10f8 to
e50bd53
Compare
|
|
e50bd53 to
8f1d34a
Compare
|
|
8f1d34a to
cecea2f
Compare
|
|
cecea2f to
a44a1c7
Compare
9302700 to
bf75a75
Compare
|
An automated preview of the documentation is available at https://956.jsondocs.prtest.cppalliance.org/libs/json/doc/html/index.html |
|
|
bf75a75 to
61ef548
Compare
* trivial copyability is enough for fast approach; * non-trivials are stored in a linked list interspersed with trivials; * objects can be moved into stack * non-trivial holders aren't polymorphic
currently only arithmetic types are supported
61ef548 to
7b493e7
Compare
|
|
|
An automated preview of the documentation is available at https://956.jsondocs.prtest.cppalliance.org/libs/json/doc/html/index.html |
|
|



















No description provided.