[Feature Request] llHashWithSeed()
Lucia Nightfire
llHash() has no input for seed. It always starts with 0.
Please implement:
integer llHashWithSeed(string val, integer seed)
This will allow hashing by substring instead of one massive block of text to load into memory. Also, doing it by algorithm in a for loop takes far too long versus a dedicated function.
Example:
15:12:00] llHash() vs. hash algorthim speed test (textbox): llHash() of 3067 character string is -42248786 (0xfd7b55ae) Process time was 0.00007 seconds.
[15:12:14] llHash() vs. hash algorthim speed test (textbox): Algorithm hash of 3067 character string is -42248786 (0xfd7b55ae) Process time was 14.711264 seconds.
Log In