cccssw / xxhash

Automatically exported from code.google.com/p/xxhash
Other
0 stars 0 forks source link

Provide an endian-neutral implementation of xxHash #2

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Hi Yann,

In order to use xxhash for checksuming, it would be convenient to have an 
implementation of xxhash that returns the same result on machines of the 
opposite endianess.

(Maybe this is a non-goal of the project, just let me know. :-))

Thank you!

Original issue reported on code.google.com by jpou...@gmail.com on 30 Nov 2012 at 10:34

GoogleCodeExporter commented 9 years ago
Hi Adrien

Indeed, this will be a goal.
But i've a big update to publish before that point....

Original comment by yann.col...@gmail.com on 30 Nov 2012 at 10:36

GoogleCodeExporter commented 9 years ago
Yann,

Do you have a schedule for this big update? I'm asking because I'm working on 
Java ports and bindings of LZ4 and xxhash (https://github.com/jpountz/lz4-java, 
where I perform many tests to make sure that the Java compression and hashing 
impls provide the exact same results as your C impl) that I would like to 
release soon, so if you are going to change the xxhash impl, maybe I should 
wait...

Original comment by jpou...@gmail.com on 30 Nov 2012 at 10:50

GoogleCodeExporter commented 9 years ago
I didn't have a planning, but i guess i can accelerate the update.
Let's try to schedule it for this week-end.

Original comment by yann.col...@gmail.com on 30 Nov 2012 at 10:55

GoogleCodeExporter commented 9 years ago
Excellent! I'm looking forward to seeing what this big update consists of. :-)

Original comment by jpou...@gmail.com on 30 Nov 2012 at 11:01

GoogleCodeExporter commented 9 years ago
Sorry, i had no time to work on xxhash this week end. I'm completely overloaded 
these days. This will remain the case up to the end of this week.

Original comment by yann.col...@gmail.com on 3 Dec 2012 at 10:07

GoogleCodeExporter commented 9 years ago
No problem, Yann. Take the time you need.

Original comment by jpou...@gmail.com on 3 Dec 2012 at 12:47

GoogleCodeExporter commented 9 years ago
Issue solved with r5.

Original comment by yann.col...@gmail.com on 14 Dec 2012 at 11:02