ARK-Builders / ARK-Navigator

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

Faster id calculation #39

Open kirillt opened 3 years ago

kirillt commented 3 years ago

Right now, CRC-32 hash is used for resource identification. Calculation of hash of some file's content can take the same time as reading the file from disk.

This should be improved. Maybe with native library.