issues
search
Pool-Of-Tears
/
Myne
An android app to download & read ebooks from Project Gutenberg, built with Jetpack Compose.
https://pooloftears.in
Apache License 2.0
1.15k
stars
66
forks
source link
perf: Implement caching in EPUB parser to optimize subsequent parsing
#220
Closed
starry-shivam
closed
2 months ago
starry-shivam
commented
2 months ago
Added caching mechanism in the EPUB parser to avoid redundant parsing.
Switched from
Gson
to
kotlinx.serialization
for JSON parsing.
Gson
tokotlinx.serialization
for JSON parsing.