Better pipeline memory management
robertleeplummerjr
released this
22 Dec 22:47
·
144 commits
to master
since this release
You now have to manage memory from kernel outputs that use pipeline so it can be much more efficient. This is done with the following:
const result = kernel();
// when you no longer need the result...
result.delete();