caseyagraff / dagma

A lightweight pipelining tool for computation.
BSD 2-Clause "Simplified" License
1 stars 0 forks source link

Create a special-case Pickleable node #13

Open caseyagraff opened 4 years ago

caseyagraff commented 4 years ago

The pickleable node would automatically use pickle.load and pickle.dump to load/save the node's results.

Would make a very common use case much more succinct.