kobbled / ktransw_py

A wrapper around Fanuc Robotics' ktrans that makes it work a little more like a modern compiler

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

investigate optimization, and multiprocessing

kobbled opened this issue · comments

for gpp usage, currently numerous temp files are being created to iteratively compile nested preprocessor directives down. Need to optimize, specifically looking at using data pipes instead of saving whole files to disk, and multiprocessing/threading options for handling numerous files/packages. Speed isn't tremendously hindered until numerous files with the %class directive are included or are in a dependency tree.