Forest Fang

Results 2 issues of Forest Fang

In Javascript we can do: ```javascript var o = {p: 42, q: true}; var {p: foo, q: bar} = o; console.log(foo); // 42 console.log(bar); // true let {a, b, ...rest}...

Files on HDFS are often very large and R, being single threaded in nature, could hang for a while in `write_file` and `read_file` functions. It would be very nice if...

enhancement