surrealpatch/lib
Tobie Morgan Hitchcock 1017e2fffb Don’t clone variables when processing sub-contexts
Closes SUR-53

When creating a new context for subqueries or statement clauses, we used to have to clone any variables/values, and freeze the context, so that it could be used across threads and async boundaries.

Now with the new executor pattern for parallel queries, we can pass references instead, improving performance by removing unnecessary cloning of values.
2022-05-14 13:38:17 +01:00
..
src Don’t clone variables when processing sub-contexts 2022-05-14 13:38:17 +01:00
Cargo.toml Remove tokio as a dependency 2022-05-13 21:57:40 +01:00