1. 28 6月, 2023 1 次提交
  2. 25 6月, 2023 1 次提交
  3. 20 6月, 2023 1 次提交
  4. 02 6月, 2023 1 次提交
  5. 01 6月, 2023 2 次提交
  6. 30 5月, 2023 1 次提交
  7. 25 5月, 2023 1 次提交
  8. 19 5月, 2023 1 次提交
  9. 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
  10. 17 5月, 2023 1 次提交
  11. 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
  12. 08 5月, 2023 1 次提交
  13. 10 4月, 2023 1 次提交
  14. 28 3月, 2023 1 次提交
  15. 27 2月, 2023 1 次提交
    • M
      Fix get_nprocs_conf · 28473f43
      maweiye 提交于
      Modify the get_nprocs_conf to count the number of cpuNN directories.
      Modify the get_nprocs to read the number of CPUs in the online file.
      
      Issue:I6FACP
      Test:pass
      Signed-off-by: Nmaweiye <maweiye@huawei.com>
      28473f43
  16. 23 2月, 2023 1 次提交
  17. 20 2月, 2023 1 次提交
  18. 17 2月, 2023 2 次提交
  19. 16 2月, 2023 1 次提交
  20. 13 2月, 2023 1 次提交
  21. 10 2月, 2023 1 次提交
  22. 13 1月, 2023 2 次提交
  23. 12 1月, 2023 1 次提交
  24. 05 1月, 2023 1 次提交
  25. 30 11月, 2022 1 次提交
  26. 15 11月, 2022 1 次提交
  27. 11 11月, 2022 1 次提交
  28. 08 11月, 2022 1 次提交
  29. 02 11月, 2022 2 次提交
  30. 01 11月, 2022 2 次提交
  31. 13 10月, 2022 1 次提交
  32. 11 10月, 2022 1 次提交
  33. 10 10月, 2022 1 次提交
  34. 04 10月, 2022 1 次提交
  35. 29 9月, 2022 1 次提交