scylladb / cpp-rust-driver

API-compatible rewrite of https://github.com/scylladb/cpp-driver as a wrapper for Rust driver.
GNU Lesser General Public License v2.1
16 stars 11 forks source link

Investigate and improve the performance of `by_name` parameter binding #201

Open muzarski opened 3 weeks ago

muzarski commented 3 weeks ago

We probably could use some more efficient data structures during this kind of binding.

There was a suggestion to replace:

See: https://github.com/scylladb/cpp-rust-driver/pull/187#discussion_r1795603581