earth-mover / icechunk

Open-source, cloud-native transactional tensor storage engine
https://icechunk.io
Apache License 2.0
238 stars 13 forks source link

rust code review #330

Open dcherian opened 3 hours ago

dcherian commented 3 hours ago

Low priority things to look at

mpiannucci commented 2 hours ago

I also think the consolidated store knows too much about storage, it's restricting on people adding their own storage backends outside the library.

An example is if I wanted to add a special storage implementation for a WASM implementation I wouldn't want the core of the crate to have code about that backend generally