1. 01 8月, 2023 1 次提交
  2. 26 7月, 2023 2 次提交
  3. 24 7月, 2023 1 次提交
  4. 20 7月, 2023 1 次提交
  5. 19 7月, 2023 3 次提交
  6. 18 7月, 2023 1 次提交
  7. 16 7月, 2023 1 次提交
  8. 15 7月, 2023 3 次提交
  9. 13 7月, 2023 3 次提交
  10. 05 7月, 2023 1 次提交
  11. 04 7月, 2023 2 次提交
  12. 30 6月, 2023 3 次提交
  13. 29 6月, 2023 1 次提交
  14. 28 6月, 2023 1 次提交
  15. 25 6月, 2023 1 次提交
  16. 20 6月, 2023 1 次提交
  17. 19 6月, 2023 1 次提交
  18. 02 6月, 2023 1 次提交
  19. 01 6月, 2023 3 次提交
  20. 31 5月, 2023 1 次提交
  21. 30 5月, 2023 1 次提交
  22. 25 5月, 2023 1 次提交
  23. 22 5月, 2023 1 次提交
  24. 19 5月, 2023 1 次提交
  25. 18 5月, 2023 1 次提交
    • R
      Optimize fwrite in stdio API · 22acd1e6
      robottoy 提交于
      Original fwrite call sys_writev to sync user buffer &&
      file buffer to disk at same time, but user buffer may samll than file
      buffer, that may reduce I/O throughout.
      fix freadx internal api in fmemopen/stdin/freopen
      
      Issue:I73VQ3
      Test:libc-test, benchmark
      Signed-off-by: Nrobottoy <wangyaofeng.wang@huawei.com>
      Change-Id: Ic7315e0a5a0f5f18e3c3f3dd8aecbdc9af1290db
      22acd1e6
  26. 17 5月, 2023 2 次提交
  27. 16 5月, 2023 1 次提交
    • R
      Optimize fread in stdio API · 0b1a046b
      robottoy 提交于
      Original stdio read use readv as default syscall,calling vfs_read twice will
      reduce I/O throughout, use syscall read instead with buffer if possible
      
      Issue:I70LQ0
      Test: libc-test, benchmark
      Signed-off-by: Nrobottoy <wangyaofeng.wang@huawei.com>
      Change-Id: I2e5c0298fcd665edb3228ca400ee77fbf25a298c
      0b1a046b