Skip to content
Snippets Groups Projects
Forked from FSL / fslpy
Source project has a limited visibility.
  • Michiel Cottaar's avatar
    20166167
    OPT: speeds up FileTree updating · 20166167
    Michiel Cottaar authored
    Replaces deepcopy with a smarter copy implementation, which only copies the instance attributes.
    
    This is a speedup of about 20x (and yes, the deepcopy was getting annoyingly slow in some of my code).
    20166167
    History
    OPT: speeds up FileTree updating
    Michiel Cottaar authored
    Replaces deepcopy with a smarter copy implementation, which only copies the instance attributes.
    
    This is a speedup of about 20x (and yes, the deepcopy was getting annoyingly slow in some of my code).