Stephen Berry

Results 79 issues of Stephen Berry

See the original issue, which has initial support: #1164

enhancement
long term goal

In order to efficiently add and maintain lots of formats in Glaze, we need a suite of tests that will write from C++ memory, decode, and then check for roundtrip...

enhancement

Save a few operations by using `dragonbox::to_decimal_ex`

// The purpose of glz::validate(value) is to use the structural memory for validation // rather than validating against an input buffer like JSON // Benefits of this approach: // -...

The type would have to be default constructible and we would need to construct a tuple or use a map to lookup the default. This needs to be implemented in...

enhancement