Full Implementation of Multiprocessing and Restructuring
sebastian-goeldi
released this
23 Jul 12:12
·
20 commits
to master
since this release
- Multiprocessing:
- Separation of the cleaning process from the main KLayout process.
- KLayout streams the polygons into shared memory
- The cleaning process loads the polygons, processes them and finally writes cleaned polygons back to shared memory
- Separation of C++ code, scripts and pymacros from python to corresponding folders