koppi on master
Add clear(), resets the script'… Merge branch 'master' of https:… Merge pull request #46 from kop… (compare)
koppi on master
Add Linux Mint 20.3 . Merge branch 'bullet-physics-pl… Merge pull request #45 from kop… (compare)
koppi on master
Merge branch 'qscintilla2' of h… Fix window state restore and la… Merge branch 'master' of https:… and 2 more (compare)
$ time bash -c 'echo "cube([2,3,4]);" > /tmp/bpp.scad && openscad -o /tmp/bpp.stl /tmp/bpp.scad'
real 0m0.036s
user 0m0.016s
sys 0m0.004s
koppi@x200:~$ time bash -c 'echo "cube([2,3,4]);" > /tmp/bpp.scad && openscad -o /tmp/bpp.stl /tmp/bpp.scad'
real 0m0.067s
user 0m0.028s
sys 0m0.000s
koppi@x200:~$ openscad -v
OpenSCAD version 2014.03
koppi@x200:~$ uname -a
Linux x200 3.8-1-xenomai.x86-amd64 #1 SMP Debian 3.8.13-12~1jessie~1da x86_64 GNU/Linux
koppi@x200:~$
koppi@x220:~$ time bash -c 'echo "cube([2,3,4]);" > /tmp/bpp.scad && openscad -o /tmp/bpp.stl /tmp/bpp.scad'
real 0m0.014s
user 0m0.012s
sys 0m0.000s
koppi@x220:~$ openscad -v
OpenSCAD version 2015.03-1
koppi@x220:~$ uname -a
Linux x220 4.4.0-17-generic #33-Ubuntu SMP Tue Mar 29 17:17:28 UTC 2016 x86_64 x86_64 x86_64 GNU/Linux
koppi@x220:~$
time bash -c 'echo "cube([2,3,4]);" > /tmp/bpp.scad && openscad -o /tmp/bpp.stl /tmp/bpp.scad'
CGAL Cache insert: cube(size=[2,3,4],center=false); (10872 bytes)
CGAL Cache insert: group(){cube(size=[2,3,4],center=false); (10872 bytes)
real 0m0.164s
user 0m0.112s
sys 0m0.048s