ARK-Builders / ARK-Navigator

Android app for navigation through your data
MIT License
15 stars 15 forks source link

Quick build with Blake3 instead of CRC-32 #436

Open kirillt opened 5 months ago

kirillt commented 5 months ago

:rocket: Summary

CRC-32 is fast but Blake3 is cryptographic hash function. That means that with Blake3 we won't have any id collisions.

If it isn't too slow, would be great to switch to it.