ChecksumAdler32 ( asciiText )
Computes an Adler-32 checksum
Average rating: 4.5 (30 votes) Log in to vote
Jeremy Bante Fugue fuguedata.co |
Function definition: (Copy & paste into FileMaker's Edit Custom Function window)
Computes a 32 bit checksum for a string of text using the Adler-32 algorithm.
Comments
Bruce Robertson Jan 6, 2014 |
||
Jeremy: any comments on the relative merits of your version vs Vaughn's? Vaughn's calc looks way simpler. http://www.briandunning.com/cf/1122 |
||
Jeremy, USA Jan 6, 2014 |
||
Mine doesn't require developers to remember the initial values for the two component checksums, or even to acknowledge their existence — This function is more encapsulated. | ||
Uli Graser, Miami Beach, FL Jun 7, 2017 |
||
Vaughns function is strictly functional - without side-effects and won't use variables outside the scope and canonically tail-recursive. much faster and could be multi-threaded and used even for rendering on many layout objects in parallel .. |
||
Note: these functions are not guaranteed or supported by BrianDunning.com. Please contact the individual developer with any questions or problems.