Skip to content

Scope Loading Performance

Mat Davis edited this page Nov 6, 2019 · 1 revision

The command line tool for scope loading is bin/loadscope.jy. When updating an existing scope, the script first deletes the old scope. This deletion process can take a long time, especially for larger scopes.

loadscope_threaded.py was developed as a wrapper script for loadscope.jy that will handle the scope delete using multiple threads and will improve the performance while loading scopes.

Installation

This script only works with TADDM 7.3+. Download loadscope_threaded.py and place it under dist/custom. Now just use this script as you would normally use loadscope.jy with the same options.

Clone this wiki locally