RE: LDBoxer
2018-01-27, 8:45 (This post was last modified: 2018-01-27, 8:46 by Michael Horvath.)
2018-01-27, 8:45 (This post was last modified: 2018-01-27, 8:46 by Michael Horvath.)
(2018-01-26, 9:52)Michael Horvath Wrote:(2018-01-25, 2:22)Michael Horvath Wrote: I think I managed to get the Python script working. See here:
https://github.com/Jeremy1980/LDBoxer/issues/5
I created a better optimized version that is also available at the above link. Normally it is very slow due to being a Python script. However, using PyPy instead of CPython results in a huge improvement in performance!
Not sure how much faster a Pascal, C#, etc. version of this script would be. I may try again in the future.
I updated the script so that trailing zeros are deleted from numbers. This should reduce output model size considerably.
https://github.com/Jeremy1980/LDBoxer/issues/7