ARK-Builders / ARK-Builders/Navigator
Faster id calculation
Open
performance
- Dominant language
- Kotlin
- Stars
- 16
- Forks
- 14
- PR merge metrics
- No merged PRs in 30d
Description
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.
Contributor guide
Research direction
No source file, test, or entry point is named. First locate the CRC-32 resource-identification implementation and measure its cost against file reads; investigate suitable native-library options. Done means resource IDs are calculated faster while remaining correct, with benchmark or regression evidence.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- android, kotlin
- Domain
- mobile, performance
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100