TL;DR
This article focuses on benchmarking the performance of SD cards when used with CircuitPython across various microcontroller boards. It provides insights into which configurations yield the best results, highlighting that using SDIO (Secure Digital Input Output) is ideal for bulk data transfers, while SPI (Serial Peripheral Interface) works best for quick small writes.