ITADN

perf: Change `List<int>` to `Uint8List`

#1568Openfeinstein 创建于 2025-07-16
performance
F
feinsteincommented
I see that when reading/writing files, mason uses `List<int>`. I don't know if it's possible, but theoretically `Uint8List` offers better performance. I honestly don't know if any performance upgrades would be actually meaningful, but it would be a nice try if someone has some spare time to test this.
4 条评论