iboB / dynamix

:fish_cake: A new take on polymorphism
MIT License
673 stars 45 forks source link

CoW on original query in `domain::get_type` #57

Open iboB opened 1 year ago

iboB commented 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.

No rule touching a query is expected to be prevalent. Some form of CoW can be used there.