demergent-labs / ic-strategy-planning

2 stars 0 forks source link

Unlimited Transparent Orthogonal Peristence #9

Open dansteren opened 2 years ago

dansteren commented 2 years ago

We don't want to think about the 4GB limit, or having to transfer memory in and out. You don't think about multi-canisters or which type of storage. You just store stuff.

lastmjs commented 1 year ago

Stable memory and stable structures are the most promising path so far. Currently stable memory is at 48GiB, and the StableBTreeMap data structure is working very well besides having to set the max key and value sizes.