Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

perf: Implement caching in EPUB parser to optimize subsequent parsing #220

Merged
merged 5 commits into from
Sep 22, 2024

Conversation

starry-shivam
Copy link
Member

  • Added caching mechanism in the EPUB parser to avoid redundant parsing.
  • Switched from Gson to kotlinx.serialization for JSON parsing.

@starry-shivam starry-shivam added the enhancement New feature or request label Sep 22, 2024
- Added caching mechanism in the EPUB parser to avoid redundant parsing.
- Switched from Gson to kotlinx.serialization for JSON parsing.

Signed-off-by: starry-shivam <starry@krsh.dev>
@starry-shivam starry-shivam force-pushed the rem-gson-add-cache-epub branch from 49dcf47 to 00ad4f5 Compare September 22, 2024 09:04
starry-shivam and others added 4 commits September 22, 2024 14:39
Signed-off-by: starry-shivam <starry@krsh.dev>
Signed-off-by: starry-shivam <starry@krsh.dev>
Signed-off-by: starry-shivam <starry@krsh.dev>
@starry-shivam starry-shivam changed the title feat: Implement caching in EPUB parser to optimize subsequent parsing perf: Implement caching in EPUB parser to optimize subsequent parsing Sep 22, 2024
@starry-shivam starry-shivam merged commit 65b5f95 into main Sep 22, 2024
1 check passed
@starry-shivam starry-shivam deleted the rem-gson-add-cache-epub branch September 22, 2024 09:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant