Closed GoogleCodeExporter closed 8 years ago
Sounds like a good idea.
I'll implement it in the next release.
Original comment by yann.col...@gmail.com
on 26 Apr 2013 at 12:19
Original comment by yann.col...@gmail.com
on 26 Apr 2013 at 12:19
Original comment by yann.col...@gmail.com
on 26 Apr 2013 at 12:19
Hi
Please find in attached file
a proposed release candidate of xxHahs
which adds your requested features :
int XXH32_sizeofState();
XXH_errorcode XXH32_resetState(void* state_in, unsigned int seed);
/*
These functions are the basic elements of XXH32_init();
The objective is to allow user application to make its own allocation.
XXH32_sizeofState() is used to know how much space must be allocated by the
application.
This space must be referenced by a void* pointer.
This pointer must be provided as 'state_in' into XXH32_resetState(), which
initializes the state.
*/
Original comment by yann.col...@gmail.com
on 9 May 2013 at 7:10
Attachments:
Thanks! xxHash_rc works fine :)
Original comment by takayuki...@gmail.com
on 9 May 2013 at 8:03
Feature added into r28
Original comment by yann.col...@gmail.com
on 11 May 2013 at 11:24
Original issue reported on code.google.com by
takayuki...@gmail.com
on 25 Apr 2013 at 1:17