SaaSHub helps you find the best software and product alternatives Learn more →
Jimfs Alternatives
Similar projects and alternatives to Jimfs
-
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
-
-
-
picocli
Picocli is a modern framework for building powerful, user-friendly, GraalVM-enabled command line apps with ease. It supports colors, autocompletion, subcommands, and more. In 1 source file so apps can include as source & avoid adding a dependency. Written in Java, usable from Groovy, Kotlin, Scala, etc.
-
-
-
-
-
-
-
-
-
OpenRefine
OpenRefine is a free, open source power tool for working with messy data and improving it
-
-
-
-
-
-
-
NOTE:
The number of mentions on this list indicates mentions on common posts plus user suggested alternatives.
Hence, a higher number means a better Jimfs alternative or higher similarity.
Jimfs discussion
Jimfs reviews and mentions
Posts with mentions or reviews of Jimfs.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2024-02-22.
-
How to write unit tests in C++ relying on non-code files?
Java has in-memory file systems that are essentially geared for this exact use case, eg jimfs[0]. You create your filesystem and any files you need when your tests are starting up, and your classes talk to them rather than the “real” ones. Maybe a similar project exists for the C++ ecosystem?
[0] https://github.com/google/jimfs
- An in-memory file system for Java
-
Any library you would like to recommend to others as it helps you a lot? For me, mapstruct is one of them. Hopefully I would hear some other nice libraries I never try.
Recently been using JIMFS. Made my tests much faster and cleaner!
- An in memory file system
-
Working and unit testing with temporary files in Java
I use Google's JIMFS "Just In Memory Filesystem" https://github.com/google/jimfs in my unit tests and have been very happy. No need to clean something up that disappears as soon as the test is over. Let's you create unix or windows style filesystems and I've used it to test a disk space healthcheck because you can set a limit to the size of the filesystem it creates. Very flexible and easy to use.
-
A note from our sponsor - SaaSHub
www.saashub.com | 18 Jun 2026
Stats
Basic Jimfs repo stats
5
2,549
8.0
7 days ago
google/jimfs is an open source project licensed under Apache License 2.0 which is an OSI approved license.
The primary programming language of Jimfs is Java.