1. 02 6月, 2023 1 次提交
  2. 31 5月, 2023 1 次提交
  3. 30 5月, 2023 2 次提交
  4. 25 5月, 2023 3 次提交
  5. 23 5月, 2023 2 次提交
  6. 22 5月, 2023 4 次提交
  7. 19 5月, 2023 7 次提交
  8. 18 5月, 2023 2 次提交
    • 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
    • O
      !904 Optimize getenv performance · 1c0784c5
      openharmony_ci 提交于
      Merge pull request !904 from haotuo/getenv_optimization
      1c0784c5
  9. 17 5月, 2023 5 次提交
  10. 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
  11. 15 5月, 2023 1 次提交
  12. 13 5月, 2023 1 次提交
  13. 12 5月, 2023 3 次提交
  14. 10 5月, 2023 7 次提交