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

Add PDO fetch mode to builder #6

Draft
wants to merge 10 commits into
base: master
Choose a base branch
from
Draft

Add PDO fetch mode to builder #6

wants to merge 10 commits into from

Conversation

bert-w
Copy link
Owner

@bert-w bert-w commented Feb 28, 2024

Work in progress

Benchmark 1000 iterations on various sizes of rows:

Operation Branch (ms) Master (ms) Percentage Difference (%)
Pluck 10 0.263409443 0.275019577 -4.400
Pluck 100 0.288879615 0.304758434 -5.491
Pluck 1000 0.552295596 0.64445222 -14.358
Pluck 10000 2.981094529 4.101525242 -27.545
Keyed 10 0.27759889 0.27788213 -0.102
Keyed 100 0.3193552 0.346400055 -8.478
Keyed 1000 0.658895505 0.882822845 -25.433
Keyed 10000 4.333648892 6.390425972 -47.436

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