Luca Cappelletti

Results 234 comments of Luca Cappelletti

Hi @JWCook - basically, we are using them in our web platform. Instead of having them in our own source code, since they are aligned we your own emojis and...

As mentioned earlier in the email, here are a few examples of things you can trivially do with 🍇 once you install it with `pip install grape`: ## Retrievable graphs...

Maybe it would be best to add a counter in the Map struct? Like in a Vec.

Generally speaking, I would expect the length of a set to be an O(1) complexity thing, especially since it only requires an usize. As a tradeoff time vs memory, it...

I will make a small pull request adding it after we finish merging #28

It really depends on how you would like to structure the KG - I made an attempt that seemed to somewhat work that I needed to add a topological aspect...

Yeah, I would expect for at least some other node type. Right now only one is present.

You can find the benchmarks for the newly added `apply_inplace` method to update all values of a vector [here](https://github.com/LucaCappelletti94/sux-rs/blob/main/benches/BENCH_APPLY.md). It can get to over 4 times faster than by using...

@tabac I have fixed a rather important error in the library in commit [a137c97](https://github.com/tabac/hyperloglog.rs/pull/20/commits/a137c9785f5fe6ac957139581e17b5ce5f94c99f) - the estimates array were NOT sorted, but a binary search was used nevertheless. I have...