-
- Downloads
Implemented a fast path for writing strings that are known to be terminated by a line feed.
Improved implementation of file read-write access; appending was not implemented. However, currently experiencing some performance issues.
Showing
- com.oracle.truffle.r.runtime/src/com/oracle/truffle/r/runtime/conn/DelegateRConnection.java 41 additions, 9 deletions...om/oracle/truffle/r/runtime/conn/DelegateRConnection.java
- com.oracle.truffle.r.runtime/src/com/oracle/truffle/r/runtime/conn/DelegateReadWriteRConnection.java 8 additions, 4 deletions.../truffle/r/runtime/conn/DelegateReadWriteRConnection.java
- com.oracle.truffle.r.runtime/src/com/oracle/truffle/r/runtime/conn/FileConnections.java 112 additions, 31 deletions...rc/com/oracle/truffle/r/runtime/conn/FileConnections.java
Loading
Please register or sign in to comment