Tagged Questions

1
vote
8answers
539 views

caching a tar inside jvm for faster file I/O?

I'm working on a java web application that uses thousands of small files to build artifacts in response to requests. I think our system could see performance improvements if we could map these files ...