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

Optimization: Improve query latency #389

Closed
wants to merge 1 commit into from
Closed

Conversation

akiradeveloper
Copy link
Owner

before:

test query_1    ... bench: 101,825,521.20 ns/iter (+/- 643,273.83)
test query_10   ... bench: 102,293,774.80 ns/iter (+/- 855,290.65)
test query_100  ... bench: 107,019,268.20 ns/iter (+/- 3,038,655.02)
test query_1000 ... bench: 147,752,912.80 ns/iter (+/- 50,666,616.07)

after:

test query_1    ... bench:     705,891.88 ns/iter (+/- 412,948.82)
test query_10   ... bench:   1,306,312.68 ns/iter (+/- 299,299.63)
test query_100  ... bench:  10,920,550.30 ns/iter (+/- 3,844,038.89)
test query_1000 ... bench: 108,877,229.30 ns/iter (+/- 28,570,455.31)

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