sigvaldm / metaplot

Metadata-based plotting from CSV and similar files
GNU Lesser General Public License v3.0
0 stars 0 forks source link

Implement different "copy"-modes #10

Open sigvaldm opened 5 years ago

sigvaldm commented 5 years ago

Today series are mostly deep-copied. This is convenient in a script, but perhaps implement a selectable "copy"-mode for Series which can be either copy or deepcopy. The CLI for instance doesn't need to preserve correct copies, and so can use a normal and faster copy.

sigvaldm commented 5 years ago

Today filters don't copy. With copy-modes, they can copy too.

sigvaldm commented 5 years ago

There should be some tests that tests that inputs remain unaltered in deepcopy-mode. In particular for filters.