FenrirFS is an open-source file system optimized for storage performance, supporting features like compression and deduplication. It aims to provide high throughput and low latency file operations.
FenrirFS is an open-source file system developed by researchers at North Carolina State University. It is designed to provide high performance for data-intensive workloads by optimizing for storage devices like SSDs and NVMe drives.
Some key features of FenrirFS include:
The goal of FenrirFS is to enable applications to get the most out of fast storage hardware. It can deliver over 700K IOPS for 4KB random reads. This makes it well-suited for workloads like AI/ML model training, genomic sequencing, financial modeling, and more.
FenrirFS is implemented in C++ and available under the Apache 2.0 open source license. It works on Linux and can support attachment from containerized applications. The project is actively developed on GitHub.