Zac Burns
Zac Burns
Implemented write side in [https://github.com/That3Percent/tree-buf/commit/1cd23d5b1b0f89643ff427f587585f238f883cae](https://github.com/That3Percent/tree-buf/commit/1cd23d5b1b0f89643ff427f587585f238f883cae)
I think you should be unblocked now with #2 closed. With the way Tree-Buf is implemented now, chunking is a great idea. Hopefully, this can be automatic someday. But with...
This is great progress! Yes, you are right that the compression (and everything else) is WIP. There are all kinds of possible improvements - but one of the principles of...
Added: #9, #11, #12, #13
Let's wait until the new size diagnostics are available, then post a sample of the main data set in this issue. It's easier to track the BOSS story here since...
We now have dictionary compression and the new size diagnostics API on master. You can now use: ``` let sizes = tree_buf::experimental::stats::size_breakdown(&tb_bytes); println!("{}", sizes.unwrap()); ``` And it will print something...
Run `rustup update`. The value `usize::MAX` was made available as of Rust version `1.43.0`
Pushed a couple of improvements: - More information in the size diagnostics - Run Length Encoding for `bool`, integers, and `String` I don't expect these to move the needle _too_...
Thanks for understanding! I've been setting up this "restaurant" for 6 months - aging the spices and slow cooking the sauces. You're my first customer so I want to make...
Nice. This is less than 1/3 the size of the last test. This is also a significant improvement over Tableau Hyper now. As expected, these changes made significant improvements to...