You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think being able to do $DB->set_compare(sub {}) is a really neat feature, thanks for getting that working!
However, some of my comparison functions could be implemented a lot more efficiently with a simple C function instead of a perl callback. I could make an XS module return a bare function pointer in an SV, is there an easy way to install that with mdb_set_compare, or some other way to accomplish this?
Thanks!
The text was updated successfully, but these errors were encountered:
I think being able to do
$DB->set_compare(sub {})
is a really neat feature, thanks for getting that working!However, some of my comparison functions could be implemented a lot more efficiently with a simple C function instead of a perl callback. I could make an XS module return a bare function pointer in an SV, is there an easy way to install that with mdb_set_compare, or some other way to accomplish this?
Thanks!
The text was updated successfully, but these errors were encountered: