-
In order to avoid writing audio or video files to disk with illegal characters (especially on Windows), a number of characters are replaced. This _should_ only affect the file name on disk, **not** th…
-
There currently is no support (AFAICS) for stringifying a `parse_error` when returned from `read_binary()`.
Should there be an overload for `details::get_source_info()` that deals with `BEVE`? Or ch…
-
If I have a string made up of raw chars, with no effort made to escape them, will glaze be able to serialize/parse them?
-
BEVE isn't human readable, so it can be difficult to know what is in the file. We can convert BEVE to JSON, but for large BEVE files (may be gigabytes in size) this is slow and a waste of time. If we …
-
### Discussed in https://github.com/stephenberry/glaze/discussions/739
Originally posted by **cian-dev10** February 13, 2024
BVE is very good, but maybe for debugging and printing the struct…
-
this is a purely practical consideration, for the reason of encoding the size of lengths of the arrays compactly in binary forms
there doesn't seem to be a good reason to allow the tags field to ha…
mleku updated
5 months ago
-
我对比了好几个json 性能还是比 rapidjson 差一点
用的是你们官方的 demo 是不是 rapidjson 没开启 simd
-
Glaze supports [BEVE](https://github.com/stephenberry/beve) for JSON like binary that can be used for storage and inspection. However, I also want to add support for raw binary without tags. This way …
-
Hi Stephen,
Thank you for the awesome library, however I am struggling to write GeoJSON from Boost Geometry and need guidance.
Given a generic Point of dimension N and using the [design rational…
-
Hi,
this sample code works with read/write json
```cpp
enum class sub : uint8_t
{
START,
END,
UPDATE_ITEM,
UPDATE_PRICE,
....
…