Actions
Feature #1114
openRewrite the filter list helpers in C++
Start date:
11/02/2023
Due date:
% Done:
0%
Estimated time:
Description
Currently they are written in Kotlin, but with the recent nurfing of the Kotlin coroutine library for battery saving purposes it takes way too long (about 3 seconds) to parse the filter lists on startup. Rewriting the helpers in native code, like C++, might make a big difference.
Actions