Host Engineering Forum

General Category => Do-more CPUs and Do-more Designer Software => Topic started by: etElMadr on August 30, 2022, 08:42:13 PM

Title: Checksum Algorithm perfomance
Post by: etElMadr on August 30, 2022, 08:42:13 PM
Which checksum alogorithm has the least computational cost? 
Title: Re: Checksum Algorithm perfomance
Post by: BobO on September 02, 2022, 04:11:53 PM
Not sure without profiling, but I'd guess that the 32 bit checksum would be fastest, although anything other than CRCs is likely faster than CRCs.