Prioritizing memory density over raw speed, radFS challenges the team to build a space-efficient filesystem using FUSE and Go. By using Adaptive Radix Trees (ART) instead of B-Trees as the main storage data structure, the team aims to try and solve the problem of worst-case space consumption while exploring the safety and flexibility of userspace development.