kaneplusplus / bigmemory

126 stars 24 forks source link

Manually finalize a bigmemory object #93

Closed nbenn closed 5 years ago

nbenn commented 5 years ago

I'm in the situation where I would like to manually trigger the destructor of a shared big.matrix object instead of waiting for all references to go out of scope/be rmed and the gc doing it's thing. I don't think this is currently possible. Or am I mistaken? Do others consider such functionality useful as well?

privefl commented 5 years ago

I'm not sure to see the use case. Could you explain more in detail yours please?