Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个特定的用例,将普通文件系统抽象为内存中的文件系统对我很有帮助,因为出于性能原因我们经常在两者之间切换。JIMFS 可以在生产环境中使用还是纯粹用于测试?
没有特别的原因它不能用于生产。测试只是最常见的用例。