Sebastiano Vigna
Sebastiano Vigna
Whoa. That's really something tough to catch—kudos. It seems to me that the problem can be solved by simply casting f to double—at that point the integer is cast implicitly...
If you want to tell me your name I'll credit you in the CHANGES file; otherwise, I'll use your github handle.
For longs problems should appear after 2^53 items, and that is a reasonable bound (in the sense that it seems to me unlikely one has maps of that size).
> Floats of course can only store each integer value exactly up to 8,338,607, and will begin to lose precision as they continue to increase. These particular functions (and likely...
Not 100% sure it's a good idea. The order of a parallel BFS is unpredictable. But it might me good anyway. Certainly we must be sure to sign the number...
I see. But that specific issue is only addressed there. I guess I can try a PR for a new item in one of those docs.
Ah ok. Also with -t 1 at 1
Not a big issue—I was able to chase references through the code until I found a way to replace keys and indices. I also redid all the experiment using the...
Mmmhh if you need something like that quickly the easier thing is subclassing (the class code is really easy). It is of course possible to write all those methods but...