William B. Clodius

Results 56 comments of William B. Clodius

I am on vacation with many things going on so it will take some time to review this. FWIW `gfortan11` on a MacBook with an M1 processor is unable to...

I have been using `CMake` to compile and link the code. Should I now be using `fpm`, and if so how do I download it and its documentation?

FWIW my attempt at creating processing for Unicode used one-d arrays. It makes use of the old saw, "there is nothing that can's be fixed by an additional level of...

@jvdp1 I have experimented with lookup3 and could include it. Which version do you use, the single 32 bit integer result or the dual 32 bit integer result?

I guess the question is whether it would be useful to have a 32 bit specific hash in addition to the 64 bit hashes? A 32 bit hash: 1. Is...

Generally a thirty two bit hash is simpler than a sixty four bit one. FWIW I want to include a salt (an arbitrary integer of the appropriate kind that changes...

With @milancurcic weighing in we now have three people interested in hash functions/tables. Maybe that's enough for inclusion in stdlib. If so the first thing we should do is agree...

@jvdp1 thanks for the interest. The timings may be misleading as all of the tests are of multiples of 16 bytes. If the number of bytes in the key is...

I have some new numbers for the runtimes of the various algorithms that include small size keys. | Algorithm | Key Size Bytes | Key # | Time (s)| |-----------|-----------------|----------|----------|...

> On Feb 26, 2021, at 11:51 AM, Jeremie Vandenplas wrote: > > > I have some new numbers for the runtimes of the various algorithms that include small size...