multi calc outputs (reuse file IO) #2149
-
how to get 2 computations done on 1 disk read? |
Beta Was this translation helpful? Give feedback.
Answered by
jqnatividad
Sep 18, 2024
Replies: 1 comment
-
Hi @tooptoop4 , And you can even have a full blown luau script: |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
jqnatividad
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi @tooptoop4 ,
Yes you can, with the
luau
command.https://github.com/jqnatividad/qsv/blob/97b56c9b0ea8171987c163599e208496810d782c/src/cmd/luau.rs#L50-L51
And you can even have a full blown luau script:
https://github.com/jqnatividad/qsv/blob/97b56c9b0ea8171987c163599e208496810d782c/tests/test_luau.rs#L1608-L1696