Maybe this is a dumb question but where can I find the Java source code for the Unsafe XXHash routines? They are loaded dynamically at runtime but I'm trying to figure out where they come from.
For a certain high speed implementation I'm wondering if it is possible to access the hashing function directly without needing to copy data to a byte array. If not I'd like to have a look at the source code.
Hi guys,
Maybe this is a dumb question but where can I find the Java source code for the Unsafe XXHash routines? They are loaded dynamically at runtime but I'm trying to figure out where they come from.
For a certain high speed implementation I'm wondering if it is possible to access the hashing function directly without needing to copy data to a byte array. If not I'd like to have a look at the source code.
thanks