Ben Mills

Results 5 comments of Ben Mills

The mix is getting odd when developing in .NET 5. I built my POCOs with [JsonProperty] to support using Flurl, but now I want to use the same POCO for...

I'm using the CRC32 algorithm right now and it definitely takes a while for my use case (63,000 files, 25GB). I'll be switching to (software) CRC32C to see how much...

Looks like AMD chips also support SSE4.2. Does that mean that they support hardware accelerated CRC32C too? Everything I've read just talks about Intel chips. Sorry for the naive question,...

I switched from CRC32 to CRC32C and the speed is the same. For me, about 58,000 milliseconds for 63,000 files. I'm really interested to see what I'll get with hardware...

I'm writing some code to sync a folder to another folder. I can't always rely on file size and modification date, so I wanted to compare via some kind of...