Chat-Wane

Results 10 comments of Chat-Wane

I don't need it. I didn't try it. But for the sake of completeness: https://lemire.me/blog/2019/12/19/xor-filters-faster-and-smaller-than-bloom-filters/ Links to the paper and implementations (no js ones) are available there. ( Hello btw!...

Hi, I am very sorry I took this long to reply... I just saw the issue. If it's not to late, here is the reply: > Isn't that a tombstone?...

> We ended up using a two-dimensional array as the base structure because that's how our code editor was structured. The structure of the editor I used worked this way...

Consider using the intro.js from Codility.

Create a signaling server that also serves the CRATE files. That way, a user can choose to use such address: www.mysignalingserver.com/index.html?youKnowNothingJohnSnow which will use the signaling server hosted on mysignalingserver....

Node should use ArrayBuffer. Then, the raw array of bits is interpreted as Uint8 array to perform comparisons etc. However, ArrayBuffer seems not worth it until the size of the...

Hi @s-panferov , Thank you for the report. You are right about that. The issue did not appear at the time because I did not simulated concurrent changes. But it...

You are right on this point. The function add expects a singly linked node as argument. It's not a "won't fix". It's more like a "will eventually fix". Indeed, in...

Sorry for the delay, I just read the issue. In this implementation, the strategy is alternated as you described, for the sake of simplicity. However, in the paper, the strategy...

Must check the network session id.