perf: Change `List<int>` to `Uint8List`
performance
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 条评论