What does it look like for us to get ROMs with F2FS support? This seems like something we should definitely implement (OnePlus 3T uses it)
Here is a great thread with a comparison between F2FS and EXT4 (keep in mind this is very old, and F2FS has probably improved since then): https://forum.xda-developers.com/showthread.php?t=2697069
Sequential/Random Write on F2FS is much faster.
F2FS SQL operations are much faster (up to 10x)
Read speeds are slightly slower on F2FS
Here is a great thread with a comparison between F2FS and EXT4 (keep in mind this is very old, and F2FS has probably improved since then): https://forum.xda-developers.com/showthread.php?t=2697069
Sequential/Random Write on F2FS is much faster.
F2FS SQL operations are much faster (up to 10x)
Read speeds are slightly slower on F2FS