Luca Cappelletti
Luca Cappelletti
I wrote a small python script to convert the current database version into three TSVs: a node list, edge type list and edge list. Since it worked nicely, I thought...
I've already seen that there is a `Eventualities` table in the database with additional metadata, I will incorporate it in the script and provide a new updated version.
Hi @richardstartin, thank you for your answer. I haven't understood if this solution is already in place (in this or other implementations of RoaringBitmap). If it isn't, do you believe...
Yes, that would definitely be our use case (currently we are doing the mentioned check before execution the contains), so we thought to integrate it within the bitmap. I'll wait...
Hi @lemire, me and @zommiommy [implemented the version you suggested](https://github.com/zommiommy/roaring-rs/tree/min_max_contains) and in our use case we passed from `108ms ± 209 μs` to `92.5 ms ± 169 µs` over 70...
Hi @richardstartin, we are experimenting with the tweak you have rightly suggested and so far, possibly thought to the peculiarity of our use case (the bitmaps are quite big and...
After executing benchmarks on different computers with different CPUs, we noticed that the speed up existed only in some models. In the others, the heuristic slightly slowed down the average...
We are implementing a fast version of Node2Vec, so our core (among other things) at every iteration, given two sorted vectors (whose size follows a geometric distribution, as most vectors...
Same issue, any update?
Hi, I've tried @marcotollini solution (after having clean installed sublime and package control), normal packages work fine but repositories still raise exceptions: `Package Control: Error downloading repository. HTTP exception InvalidCertificateException...