Added speculative execution of recipes to determine the most likely decodings.

This commit is contained in:
n1474335 2018-01-22 22:06:26 +00:00
parent 57314b77e5
commit 28abd00d82
3 changed files with 71 additions and 8 deletions

View file

@ -87,7 +87,13 @@ const OperationConfig = {
inputType: "ArrayBuffer",
outputType: "string",
flowControl: true,
args: []
args: [
{
name: "Depth",
type: "number",
value: 3
}
]
},
"Fork": {
module: "Default",