-
Notifications
You must be signed in to change notification settings - Fork 223
Split crate in smaller crates #257
Comments
any thoughts, @ritchie46 @sundy-li @elferherrera ? |
hear hear. 😄 I think it is a good idea to have a minimal core crate. I am mostly for cherry picking IO and compute utils, but that can be achieved with feature gates. I think this is a good step to improve compile times. No extra thoughts. |
I like the idea as well, specially for the compilation times. |
Good idea, in my project, I only use arrow2 |
Hi,
I would like to gauge interest in splitting this crate in 3 smaller crates,
arrow2-core
arrow2-compute
arrow2-io
so that we can:
compute
currently drags a lot of stuff, even if people would just like part of thecompute
arrow2-core
would contain:arrow2-compute
would contain thecompute
, andarrow2-io
would containio
.The text was updated successfully, but these errors were encountered: