dyno
dyno copied to clipboard
DYNO_INTERFACE() customizable storage policy.
Hi Louis. Great work! What is the default DYNO_INTERFACE() macro storage policy? You could consider a way to let the user specify the storage policy when using a new one / this macro.
Thank you!
Currently, DYNO_INTERFACE ends up using a dyno::poly with the default storage policy, which is (currently) dyno::remote_storage, i.e. storage on the heap. I do plan to make it possible to customize the storage used with DYNO_INTERFACE. I will leave this issue open to track the progress of this.