Large memory saving and speed boost

This commit is contained in:
Alessandro Ranellucci 2012-05-01 10:53:52 +02:00
parent 61e257388a
commit a165ad4ecb
5 changed files with 68 additions and 77 deletions

View file

@ -35,7 +35,6 @@ use Slic3r::Print;
use Slic3r::Print::Object;
use Slic3r::Surface;
use Slic3r::TriangleMesh;
use Slic3r::TriangleMesh::IntersectionLine;
our $have_threads = $Config{useithreads} && eval "use threads; use Thread::Queue; 1";
our $threads = $have_threads ? 4 : undef;