shashi / FileTrees.jl

Parallel computing with a tree of files metaphor
http://shashi.biz/FileTrees.jl
Other
88 stars 6 forks source link

getindex, filter, detach #5

Closed shashi closed 4 years ago

shashi commented 4 years ago

getindex should give subtrees. (it sometimes gives trees that are at the root (e.g. vector getindex).

but filter should give a tree rooted at the same root.

Move and consolidate functionality thus and make things not redundant.

detach should be redundant given filter, getindex and diff.

Remove it, or make it mean detach(t) = set_parent(t, nothing).