-
- Downloads
[GR-2767] Performance improvements of connections.
No related branches found
No related tags found
Showing
- com.oracle.truffle.r.nodes.builtin/src/com/oracle/truffle/r/nodes/builtin/base/BasePackage.java 1 addition, 0 deletions.../com/oracle/truffle/r/nodes/builtin/base/BasePackage.java
- com.oracle.truffle.r.nodes.builtin/src/com/oracle/truffle/r/nodes/builtin/base/ConnectionFunctions.java 29 additions, 8 deletions...cle/truffle/r/nodes/builtin/base/ConnectionFunctions.java
- com.oracle.truffle.r.runtime/src/com/oracle/truffle/r/runtime/RError.java 6 additions, 1 deletion...le.r.runtime/src/com/oracle/truffle/r/runtime/RError.java
- com.oracle.truffle.r.runtime/src/com/oracle/truffle/r/runtime/conn/ConnectionSupport.java 16 additions, 1 deletion.../com/oracle/truffle/r/runtime/conn/ConnectionSupport.java
- com.oracle.truffle.r.runtime/src/com/oracle/truffle/r/runtime/conn/DelegateRConnection.java 264 additions, 41 deletions...om/oracle/truffle/r/runtime/conn/DelegateRConnection.java
- com.oracle.truffle.r.runtime/src/com/oracle/truffle/r/runtime/conn/DelegateReadRConnection.java 6 additions, 53 deletions...racle/truffle/r/runtime/conn/DelegateReadRConnection.java
- com.oracle.truffle.r.runtime/src/com/oracle/truffle/r/runtime/conn/DelegateReadWriteRConnection.java 2 additions, 91 deletions.../truffle/r/runtime/conn/DelegateReadWriteRConnection.java
- com.oracle.truffle.r.runtime/src/com/oracle/truffle/r/runtime/conn/DelegateWriteRConnection.java 1 addition, 48 deletions...acle/truffle/r/runtime/conn/DelegateWriteRConnection.java
- com.oracle.truffle.r.runtime/src/com/oracle/truffle/r/runtime/conn/FileConnections.java 272 additions, 30 deletions...rc/com/oracle/truffle/r/runtime/conn/FileConnections.java
- com.oracle.truffle.r.runtime/src/com/oracle/truffle/r/runtime/conn/RConnection.java 10 additions, 2 deletions...me/src/com/oracle/truffle/r/runtime/conn/RConnection.java
- com.oracle.truffle.r.runtime/src/com/oracle/truffle/r/runtime/conn/RawConnections.java 14 additions, 5 deletions...src/com/oracle/truffle/r/runtime/conn/RawConnections.java
- com.oracle.truffle.r.runtime/src/com/oracle/truffle/r/runtime/conn/SeekableMemoryByteChannel.java 19 additions, 4 deletions...cle/truffle/r/runtime/conn/SeekableMemoryByteChannel.java
- com.oracle.truffle.r.runtime/src/com/oracle/truffle/r/runtime/conn/SocketConnections.java 2 additions, 2 deletions.../com/oracle/truffle/r/runtime/conn/SocketConnections.java
- com.oracle.truffle.r.runtime/src/com/oracle/truffle/r/runtime/conn/TextConnections.java 2 additions, 2 deletions...rc/com/oracle/truffle/r/runtime/conn/TextConnections.java
- com.oracle.truffle.r.test/src/com/oracle/truffle/r/test/ExpectedTestOutput.test 53 additions, 0 deletions...est/src/com/oracle/truffle/r/test/ExpectedTestOutput.test
- com.oracle.truffle.r.test/src/com/oracle/truffle/r/test/library/base/TestConnections.java 17 additions, 2 deletions...m/oracle/truffle/r/test/library/base/TestConnections.java
Loading
Please register or sign in to comment