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

Benchmarks #77

Open
massi-ang opened this issue Dec 18, 2024 · 2 comments
Open

Benchmarks #77

massi-ang opened this issue Dec 18, 2024 · 2 comments

Comments

@massi-ang
Copy link

Are the numbers in the table correct? It seems that v2 is slower than v1, unless the units are swapped around and it is indeed sec/page and not page/sec.

@cau-git
Copy link
Contributor

cau-git commented Dec 18, 2024

@massi-ang are you referring to the chart? This looks correct to me. For example, where the parser v1 required 10^(-1) seconds for a page, the v2 requires ~10^(-2) seconds for a page.

@massi-ang
Copy link
Author

Hi @cau-git , I am referring to the table in the readme. In the Performance column there are the following values

Version Performance
V1 ~0.250 page/sec
V2 ~0.050 page/sec

So V2 processes 1/5th of the pages per second than V1, if I read read the units right

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants