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.
I see that when reading/writing files, mason uses
List<int>. I don't know if it's possible, but theoreticallyUint8Listoffers 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.