1. 29 Feb, 2024 1 commit
  2. 14 Dec, 2023 1 commit
    • Lau Ching Jun's avatar
      Optimize file transfer when using proxied devices. (#139968) · c1caa24a
      Lau Ching Jun authored
      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.
      c1caa24a
  3. 05 Dec, 2023 1 commit
  4. 17 Jul, 2023 1 commit
  5. 16 May, 2023 1 commit
  6. 10 Apr, 2023 2 commits
  7. 21 Mar, 2023 1 commit
  8. 06 Mar, 2023 1 commit
  9. 03 Mar, 2023 1 commit
  10. 28 Feb, 2023 1 commit
  11. 27 Feb, 2023 2 commits
  12. 17 Feb, 2023 1 commit
  13. 15 Feb, 2023 1 commit
  14. 13 Feb, 2023 1 commit
  15. 15 Dec, 2022 1 commit
  16. 16 Nov, 2022 1 commit
  17. 14 Oct, 2022 1 commit
  18. 16 Jun, 2022 1 commit
  19. 07 May, 2022 1 commit
  20. 06 Apr, 2022 1 commit
  21. 15 Mar, 2022 1 commit
  22. 23 Feb, 2022 1 commit
  23. 02 Feb, 2022 1 commit
  24. 26 Jan, 2022 1 commit