Quantcast
Channel: hasCode.com
Viewing all articles
Browse latest Browse all 92

Creating In-Memory File Systems with Google’s Jimfs

$
0
0
Sometimes when writing an application we might consider using an in-memory file system to speed up data access or to create some kind of cache. There are different libraries to help us here but one looks especially promising for me because it supports almost every functionality of the Java NIO File APIs added in Java [...]

Viewing all articles
Browse latest Browse all 92

Trending Articles