Skip to content

Releases: stephenberry/glaze

0.0.3

17 Oct 17:14
Compare
Choose a tag to compare

Significantly faster read/write of keys for contiguous buffers. MSVC is not as fast as clang for writing due to some compiler errors. Will upgrade when fixed.

By default unknown keys cause glaze to throw. There is a compile time option to turn this off.

0.0.2

14 Oct 18:38
Compare
Choose a tag to compare

Removed some gcc build errors, but still not building on gcc due to issue #7.

Removed some warnings.

Minor optimizations to contiguous buffer string reading.

0.0.1

14 Oct 12:25
Compare
Choose a tag to compare

First release!

  • Recently fixed MSVC build issue for partial binary messages