p-sln

Results 4 comments of p-sln

Bumping this. Can you check if `get` issue can be fixed? It happens even without sanitize build so it is more serious. Here is the problem using godbolt : [get...

ok, this makes sense. but I don't have an object(`connection_t`) in this case, I only want to get a vanilla `int` through the path `/conn_idx/f`

I agree it is GCC compiler issue under sanitizer mode, clang seems to be fine. But what's the alternative under gcc sanitizer mode? The `get` as you said did not...

I sure can, I didn't try this since it says partial supported. I imagine the latency is on par with `get_as_json` ? Here is the [demo](https://godbolt.org/z/3GvEd3Trc) that it works even...