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
Commit 80c699c suggests (with internal benchmarks)
that non-tensor (or vectors of stuff in the heap) structures can induce significantly slower performances.
Some structures could hence be changed to ensure contiguous stack structures:
replaces vectors by small vectors for filtration values (with different capacity, chosen during runtime in python) -> TODO: benchmark this
replace the multifiltration structure by the one used for degree-rips-like filtrations when 2 parameters
use 2d tensors for multicritical filtrations
Optimize current tensor implementation
The text was updated successfully, but these errors were encountered:
Commit 80c699c suggests (with internal benchmarks)
that non-tensor (or vectors of stuff in the heap) structures can induce significantly slower performances.
Some structures could hence be changed to ensure contiguous stack structures:
The text was updated successfully, but these errors were encountered: