rust-ipfs icon indicating copy to clipboard operation
rust-ipfs copied to clipboard

chore: measure GC performance for wasm32-unknown-unknown

Open dariusc93 opened this issue 7 months ago • 0 comments

GC in itself can be a simple or an intensive operation, and while the performance can use some improvement under the current implementation for large unpinned datasets while testing under native, we have yet to have any tests or benchmarks for wasm32-unknown-unknown targets under the same dataset while using indexeddb for persistence.

dariusc93 avatar Aug 05 '24 22:08 dariusc93