Ahmed Magdy Hassan
Results
2
comments of
Ahmed Magdy Hassan
Hi @nlohmann, I'm working on a coroutine-based approach (C++20) to eliminate stack overflow in the binary format parsers (UBJSON/BSON/CBOR) when handling deeply nested data. The implementation would use feature flags...
Here is a prototype implementation in my fork: https://github.com/AhmedMagdy9876/nlohmann_json/commit/ce5d490e63a42699c7faf654ba939a3ddc13d130 The idea is to remove the unbounded call-stack recursion in the binary parsers and the serializer by replacing the strict recursive...