I have a specific use case where it would benefit me to abstract a normal filesystem into an in memory one since we often switch between the two for performance reasons. Can JIMFS be used in a production environment or is it purely made for testing?
I have a specific use case where it would benefit me to abstract a normal filesystem into an in memory one since we often switch between the two for performance reasons. Can JIMFS be used in a production environment or is it purely made for testing?