Luca Cappelletti
Luca Cappelletti
Hi all - this is a very small PR to bump the version of mem-dbg, which comes with several fixes.
**System information** - OS Platform and Distribution (e.g., Linux Ubuntu 16.04): Tested on Ubuntu 18.04 and MacOS Catalina 10.15.5 - TensorFlow installed from (source or binary): installed from Conda (tensorflow-gpu)...
I have added support as an optional feature to [mem-dbg](https://crates.io/crates/mem_dbg), a crate to accurately measure the size of structs. I need to measure the sizes of crates using `siphash` as...
Hi @jedisct1 - I was benchmarking this implementation of HyperLogLog alongside a few others, and I noticed a few significant errors that I thought best to fix. Here is what...
[Mem-dbg](https://crates.io/crates/mem_dbg) is a crate that allows to compute the size of a struct. I have added the derives through the crate as an optional feature, so as to use it...
This PR is strictly dependent on [this other PR in the louds-rs](https://github.com/laysakura/louds-rs/pull/16) being merged and the new crate being published. Do not merge this PR before the louds-rs PR is...
[Mem-dbg](https://crates.io/crates/mem_dbg) is a crate that allows to compute the size of a struct. I have added the derives through the crate as an optional feature, so as to use it...
As per the title, I have added optional support for the [mem_dbg](https://github.com/zommiommy/mem_dbg-rs) crate, a rust library to estimate accurately and quickly the size of objects. The reason I needed to...
Hi all, I just received the following error when trying to create a table that has a composite primary key. Am I correct in assuming that multiple primary keys are...
As per the title, this pull request migrates the library from the SQL parser 0.46 to 0.50. This is primarily an effort to get to the point of implementing CREATE...