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

Added macros for two common cases of chained commands. #13

Merged
merged 1 commit into from
Oct 2, 2018

Conversation

grigi
Copy link
Contributor

@grigi grigi commented Oct 2, 2018

This is to work around the thread syncronisation latency.

Cases are:

  1. insert + get_last_rowid()
  2. select + fetchall()

I added perf tests, and for the cases there is an ~2x & ~1.5x speedup respectively.

This is to work around the thread syncronisation latency.

Cases are:
1) insert + get_last_rowid()
2) select + fetchall()

I added perf tests, and for the cases there is an ~2x & ~1.5x speedup respectively.
@amyreese amyreese merged commit 3da3f1a into omnilib:master Oct 2, 2018
@grigi grigi mentioned this pull request Oct 2, 2018
8 tasks
@grigi
Copy link
Contributor Author

grigi commented Oct 13, 2018

Hi @jreese
I feel a bit naggy to ask, but could you please do a release with this change?

@amyreese
Copy link
Member

Pushed v0.7.0, cheers!

@grigi
Copy link
Contributor Author

grigi commented Oct 14, 2018

Thanks Sir! 👍

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

Successfully merging this pull request may close these issues.

2 participants