Sebastiaan Vermeulen
Sebastiaan Vermeulen
If I draw up a PR with Kahan summation, does it have a chance of being accepted? Or will bottleneck refuse to take a performance hit for the sake of...
Thank you for the quick response! Let me know if I can help in some capacity.
I believe now that Numpy uses [pairwise summation](https://en.wikipedia.org/wiki/Pairwise_summation) (see numpy/numpy#3685). Naive summation has a O(n) error, pairwise has an O(log(n)) error and Kahan has an O(1) error. With a large...
I second this, also wasted a couple of hours before I found the documentation on the SSL feature flag.
I spent some time looking at the source but I am not adept enough at the protocols to write a passable PR for this issue I'm afraid.