Open iboB opened 1 year ago
domain::get_type copies the original query indiscriminately even though if no mutation rules change it, it itself can be used for the query storage.
domain::get_type
No rule touching a query is expected to be prevalent. Some form of CoW can be used there.
domain::get_type
copies the original query indiscriminately even though if no mutation rules change it, it itself can be used for the query storage.No rule touching a query is expected to be prevalent. Some form of CoW can be used there.