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

Performance Optimization for Ksoup #80

Closed
itboy87 opened this issue Sep 16, 2024 · 1 comment
Closed

Performance Optimization for Ksoup #80

itboy87 opened this issue Sep 16, 2024 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@itboy87
Copy link
Collaborator

itboy87 commented Sep 16, 2024

As a follow-up to #39 and #79 , this issue focuses on the planned performance optimizations for Ksoup, ahead of the 1.0.0 release.

Currently, Jsoup outperforms Ksoup in parsing speed by 2-3 times, although query performance remains comparable between the two. The goal is to match or exceed Jsoup’s performance on the JVM without introducing additional complexity or inconsistency across platforms.

The overall aim is to improve performance while maintaining cross-platform consistency and ease of use.

@itboy87 itboy87 added the enhancement New feature or request label Sep 16, 2024
@itboy87 itboy87 self-assigned this Sep 16, 2024
@itboy87
Copy link
Collaborator Author

itboy87 commented Sep 22, 2024

The performance improved by 2 to 3 times
Screenshot 2024-09-21 at 12 50 30 AM
Screenshot 2024-09-21 at 12 45 43 AM

@itboy87 itboy87 closed this as completed Sep 22, 2024
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

No branches or pull requests

1 participant