Results 91 comments of Andrew Mackenzie

Needs resolving of which executor on which node would run these functions

Blocked on stabalizing the span methods needed

from https://www.cs.cmu.edu/~scandal/nesl/alg-sequence.html#quicksort This is a parallel version of Quicksort. It has expected work of O(n log n) and an expected depth of O(log n). function quicksort(a) = if (#a <...

Maybe be able to invoke rustc directly, like how cargo does it for examples?

have function list rust dependencies?

- enter to have last command repeated and check output is the same - comment with an int param like step? - set breakpoints using each of the variants of...

List of conversion ideas - Text to Number - Number to Text Already done - Item to Array - Array to item - Array of arrays to array - etc

When do some of those, we can remove code from some functions, like stdout?

Blocked on the availability to Set Socket Options in the rust crate.