Carlo Wood
Carlo Wood
Instead of writing code immediately, wouldn't it be better to first come up with a clear, mathematical description of what a hash function should accomplish? At some point I was...
Nothing wrong with using IRC (hey, I am still around!)
What is the reason that this can't happen with qtox? Just because it is open source? That could be bought by paying every author and get the Rights - then...
I ran into this independently. To me, it is clearly worded wrongly (as in: a typo), and should read: `the matrix is stored identically to *an array* of S x...
Maybe it is helpful to know that the last change that I made was to change ``` char const* const demangled_type = abi::__cxa_demangle(typeid(Ts).name(), 0, 0, &rc); ``` into ``` char...
> @CarloWood: Could you please provide crash details? If you click on the link you get the code and the dump... Aka from wandbox. I am sorry that I do...
Three years later... You gotta love those well maintained repositories.
Unless you are that friend, a friend of me also ran into this ;). Are you? :). PS I didn't reach this point yet,.. The frame rate is too low...
> > Therefore there is no need to hash a pointer: it is its own hash. > > This is wrong. Pointers tend to be multiple of 8, and hash...
Ok, if you need a hash (of 64-bit) that is suited for clipping to any (smaller) number of bits, then what you need is to spread the entropy of the...