dyno icon indicating copy to clipboard operation
dyno copied to clipboard

DYNO_INTERFACE() customizable storage policy.

Open lucas93 opened this issue 8 years ago • 1 comments

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.

lucas93 avatar Nov 07 '17 14:11 lucas93

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.

ldionne avatar Nov 08 '17 15:11 ldionne