Heinz N. Gies

Results 434 comments of Heinz N. Gies

That's a good question, I am fairly sure worse - memory hasn't been the primary focuses and simdjson does prioritize throughput over memory, actively trading in more memory usage for...

Sorry for the late reply, got a bit distracted with pre-vacation wrapup. I think it would be very easy to allow for the tape to be translated to the a...

That's an interesting idea! It's sure worth doing some research on what the requirements are :). Then again I'm not sure how many no_std projects run on x86* that's probably...

Give it a shot! I tried a few times and it came with some issues like .as_array() either having to create a new vector or doing other sneaky things and...

So the tests are not technically duplicated, they're the same tests run against different data representations. macro'ing them out might be an option? I think the alternative is to use...

Sorry :) no worried about the ping, if I don't respond it's usually because my brain saw a squirrel somewhere (or actually a raven) and got distracted by other things...

That'd depend on the change and the pro/con on that. What do you have in mind?

As no ref could cause some issues, with it breaking the contract that 'as_' is a no/low cost operation (i.e. no cloning or allocaitons) returning a Array would make it...

I think in the past I ran into an issue trying that, but I could just misremember :D or missed some easy solutions to the isuses (I'm pretty sure they...

👍 note that the simd-json-derive is still extremely experimental but it should work :tm: