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

Remove use of HashMap #3

Merged
merged 1 commit into from
Jul 1, 2021
Merged

Conversation

celsworth
Copy link

Description

(attempt 2, ignore #2!)

This may be a matter of preference, but I'd like to know what you think!

Removing HashMap here should make this faster and avoids the need to clone the map and add to the clone all the time by calling query more than once (this just appends to the query).

Storing the tuples in the format that query expects to be called with means we just construct them once at build time then pass the same thing by reference forever. Should be super-quick :)

Checklist

  • Formatted code using cargo fmt --all
  • Linted code using clippy cargo clippy --all-targets --all-features -- -D warnings
  • Updated README.md using cargo readme -r influxdb -t ../README.tpl > README.md
  • Reviewed the diff. Did you leave any print statements or unnecessary comments?
  • Any unfinished work that warrants a separate issue captured in an issue with a TODO code comment

@altanozlu altanozlu merged commit 4eac10e into altanozlu:master Jul 1, 2021
@altanozlu
Copy link
Owner

I've merged it but when influxdb-rs#92 lands to the main repo i'll archive this repo, you should send pr to there too.

@celsworth
Copy link
Author

Ah good to know, thanks! Will send it upstream too :)

@celsworth celsworth deleted the remove-hashmap branch July 1, 2021 19:30
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