digitalmars.D - Cityhash in D?
- Ethan Watson (3/3) Mar 15 2017 https://github.com/google/cityhash
- Andrea Fontana (2/5) Mar 15 2017 It seems pretty easy to use with dstep, isn't it?
- Ethan Watson (3/4) Mar 15 2017 I need to use it at compile time. Linking as a C lib is
- Stefan Koch (3/8) Mar 15 2017 For now, yes :)
- Ethan Watson (4/5) Mar 26 2017 https://github.com/Remedy-Entertainment/cityhash-d
https://github.com/google/cityhash Does anyone know of a D implementation of Google's Cityhash? My google-fu has failed me and I've been unable to find one.
Mar 15 2017
On Wednesday, 15 March 2017 at 13:26:45 UTC, Ethan Watson wrote:https://github.com/google/cityhash Does anyone know of a D implementation of Google's Cityhash? My google-fu has failed me and I've been unable to find one.It seems pretty easy to use with dstep, isn't it?
Mar 15 2017
On Wednesday, 15 March 2017 at 13:37:41 UTC, Andrea Fontana wrote:It seems pretty easy to use with dstep, isn't it?I need to use it at compile time. Linking as a C lib is subsequently out of the question.
Mar 15 2017
On Wednesday, 15 March 2017 at 14:58:02 UTC, Ethan Watson wrote:On Wednesday, 15 March 2017 at 13:37:41 UTC, Andrea Fontana wrote:For now, yes :) I have a feeling you will enjoy my talk.It seems pretty easy to use with dstep, isn't it?I need to use it at compile time. Linking as a C lib is subsequently out of the question.
Mar 15 2017
On Wednesday, 15 March 2017 at 13:26:45 UTC, Ethan Watson wrote:Does anyone know of a D implementation of Google's Cityhash?https://github.com/Remedy-Entertainment/cityhash-d 64-bit functions only for now. I'll add the 32-bit functions at some point, likely when I need them.
Mar 26 2017