flutter/packages/flutter_tools/test/general.shard/proxied_devices
Lau Ching Jun c1caa24aa4
Optimize file transfer when using proxied devices. (#139968)
List of changes:
1. Optimizations in FileTransfer. a. Use `stream.forEach` instead of `await for`. b. Type cast `List<int>` to `Uint8List` instead of using `Uint8List.fromList` results in (presumably) fewer copy and faster execution. c. Iterate through `Uint8List` with regular for loop instead of for-in loop.
2. Precache the block hashes of a file, and reuse it on subsequent runs.
2023-12-14 00:11:32 +00:00
..
debounce_data_stream_test.dart Debounce the proxied connection over proxied devices. (#124540) 2023-04-10 23:20:01 +00:00
file_transfer_test.dart Optimize file transfer when using proxied devices. (#139968) 2023-12-14 00:11:32 +00:00
proxied_devices_test.dart Optimize file transfer when using proxied devices. (#139968) 2023-12-14 00:11:32 +00:00