You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@teaclave.apache.org by GitBox <gi...@apache.org> on 2020/06/22 21:43:18 UTC

[GitHub] [incubator-teaclave] mssun commented on issue #368: function中支持对输入文件进行流式读写吗?

mssun commented on issue #368:
URL: https://github.com/apache/incubator-teaclave/issues/368#issuecomment-647784381


   `BufReader` 实现了 `BufRead` trait,就是所谓的 “流式操作”。
   
   内存使用可能是其他问题造成的,比如说 samples:
   
   https://github.com/apache/incubator-teaclave/blob/0316757e2dfe748185b84d1bff5ae04701b46c8f/function/src/gbdt_train.rs#L135
   
   或者其他问题引起的,需要详细 review/profile 代码。


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@teaclave.apache.org
For additional commands, e-mail: notifications-help@teaclave.apache.org