Open SSoelvsten opened 3 years ago
TPIE handles possible errors by throwing exceptions, In the case of running out of space on the disk, we... )(depending on the exec_policy)
exec_policy
adiar::out_of_space_exception
null_ptr
In practice, this is more complicated. TPIE can throw two or three different exceptions when running out of disk space.
TPIE handles possible errors by throwing exceptions, In the case of running out of space on the disk, we... )(depending on the
exec_policy
)adiar::out_of_space_exception
(which is just an alias for TPIE's exception to not create a breaking change?).null_ptr
Decision Diagram (similar to CUDD) to silently propagate the error.