Skip to content
Snippets Groups Projects
  1. May 29, 2023
  2. May 22, 2023
  3. May 11, 2023
  4. May 06, 2023
  5. Mar 26, 2023
  6. Mar 24, 2023
  7. Dec 17, 2022
  8. Jul 27, 2022
  9. Nov 30, 2021
  10. Feb 23, 2021
  11. Jan 14, 2021
    • 8tab's avatar
      Use BufWriter (instead of LineWriter) for FILEs other than stdout and stderr · 02f202ff
      8tab authored
      BufWriter has more capacity (8k vs 1k) and doesn't flush the stream after '\n'.
      That change helps to reduce the number of syscalls, especially when dealing with text files.
      
      Since BufWriter has a different way of getting number of pending elements than LineWriter -
      Pending trait was introduced to deal with that.
      02f202ff
  12. Jan 05, 2021
  13. Dec 24, 2020
  14. Sep 30, 2020
  15. Sep 29, 2020
  16. Sep 17, 2020
  17. Sep 08, 2020
  18. Aug 27, 2020
  19. Aug 05, 2020
  20. Aug 02, 2020
  21. Jul 08, 2020
  22. Jun 29, 2020
    • jD91mZM2's avatar
      Fix broken CVec · 29ad5b75
      jD91mZM2 authored
      Oops, forgot to initiate the pointer after uses of CVec::new()
      29ad5b75
  23. Jun 23, 2020
  24. Jun 22, 2020
  25. Jun 03, 2020
  26. May 25, 2020
  27. May 23, 2020
  28. May 08, 2020
  29. Apr 26, 2020
  30. Apr 14, 2020
  31. Jan 13, 2020
Loading