1. 29 Aug, 2021 2 commits
  2. 22 Aug, 2021 2 commits
  3. 10 Aug, 2021 2 commits
  4. 04 Jul, 2021 2 commits
  5. 16 Jun, 2021 1 commit
  6. 01 Jun, 2021 3 commits
  7. 05 May, 2021 9 commits
  8. 23 Apr, 2021 1 commit
  9. 22 Apr, 2021 1 commit
  10. 30 Mar, 2021 3 commits
  11. 25 Mar, 2021 1 commit
  12. 07 Oct, 2020 1 commit
    • Raúl Kripalani's avatar
      optimize: reduce syscalls using a buffered reader. · 43685974
      Raúl Kripalani authored
      Previously, each noise message read would make two syscalls:
      1. one to read the length prefix.
      2. one to read the encrypted payload.
      
      This patch adds bufio.Reader mediation to cushion syscalls, and
      significantly enhaces throughput in read-dominated connections, such
      as file transfers.
      43685974
  13. 07 May, 2020 3 commits
  14. 04 May, 2020 1 commit
  15. 29 Apr, 2020 8 commits