1. 19 5月, 2023 6 次提交
  2. 18 5月, 2023 1 次提交
  3. 17 5月, 2023 3 次提交
  4. 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
  5. 15 5月, 2023 1 次提交
  6. 13 5月, 2023 1 次提交
  7. 12 5月, 2023 3 次提交
  8. 10 5月, 2023 13 次提交
  9. 09 5月, 2023 11 次提交