-
- Downloads
fixes in Match node:
- missing specializations - optimizations for scalar x values - optimizations for integer and string sequences - faster hashing for complex
Showing
- com.oracle.truffle.r.nodes.builtin/src/com/oracle/truffle/r/nodes/builtin/base/Match.java 363 additions, 18 deletions...in/src/com/oracle/truffle/r/nodes/builtin/base/Match.java
- com.oracle.truffle.r.runtime/src/com/oracle/truffle/r/runtime/data/RIntSequence.java 10 additions, 0 deletions...e/src/com/oracle/truffle/r/runtime/data/RIntSequence.java
- com.oracle.truffle.r.runtime/src/com/oracle/truffle/r/runtime/data/RStringSequence.java 18 additions, 0 deletions...rc/com/oracle/truffle/r/runtime/data/RStringSequence.java
- com.oracle.truffle.r.runtime/src/com/oracle/truffle/r/runtime/data/closures/RToStringVectorClosure.java 1 addition, 1 deletion...uffle/r/runtime/data/closures/RToStringVectorClosure.java
- com.oracle.truffle.r.test/src/com/oracle/truffle/r/test/ExpectedTestOutput.test 652 additions, 0 deletions...est/src/com/oracle/truffle/r/test/ExpectedTestOutput.test
- com.oracle.truffle.r.test/src/com/oracle/truffle/r/test/builtins/TestBuiltin_match.java 216 additions, 0 deletions...com/oracle/truffle/r/test/builtins/TestBuiltin_match.java
Loading
Please register or sign in to comment