Heinz N. Gies

Results 434 comments of Heinz N. Gies

The logic can be found here: https://github.com/Licenser/simdjson-rs/blob/bserialize/src/value/generator.rs#L93

Thanks for the quick reply :) I tried _ref but I’m not getting it to work sadly. I think it is about the lifetime of the input not he output...

awesome :)

@spacejam any chance to add any about that to the docs? happy to do the write-up on it if we get some idea of how space reclamation works.

Just saw that and was wondering as it reminded me of an issue I saw a while ago in a different system. With compression improving performance could that be a...

+1 to fixing this, it sadly makes it super hard to use terminalizer on a linux system

That's a good point, especially for small values the memory growth would be quite a bit, OTOH especially for them the performance difference is significant too. I'm not sure what...

I [ported simdjson to rust](https://github.com/Licenser/simdjson-rs) the performance boost SIMD gives is significant. Even skipping the tape tricks and adopting a more rust-ergonomic data representation it is up to 300% faster...