Heinz N. Gies

Results 434 comments of Heinz N. Gies

Hi ritchie, by specification json objects are unordered sets but that also doesn't mean it has to be unordered. the order for the first 32 keys is an implementation detail....

perfect, sounds like we got a plan then :)! Also #377 might be of interest for you, it keeps order as long as no mutations are done already (and it...

the borrowed value is a fully mutable DOM equivalent to serde_json::Value; the tape value is a flat structire (a single vec) that represents the JSON document, since it has no...

I don't think adding the feature flag to half-brown is the right path here, this would lead that if enabled every use of half-brown in a project would become index-map...

Ja, I prefer a new type for the index map backed value over it switching to allow the use of multiple map backends in the same project without feature flag...

Heya again @srisatya1197 :) we try to do one topic at a time so lets finish #854 first and then I'll sign this over to you :) that'll also get...

Awesome, the rust part isn't too tough on this, the steps to take is: 1) find a library that does the encoding (the URL one we already use will likely...

Yes pleeeeaassseee, that would be such a nice improvement!

We should eventually discuss how to deal with this PR, the connector separation did force a quite different architecture to raft so there are a lot of conflicting parts in...