mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-11-01 21:21:10 -06:00
Massive reduction of memory usage (down to one third).
This commit is contained in:
parent
882a022e3a
commit
b246480535
10 changed files with 75 additions and 31 deletions
|
|
@ -25,6 +25,7 @@ sub shortest_path {
|
|||
my ($start_near) = @_;
|
||||
|
||||
my @my_paths = @{$self->paths};
|
||||
$_->deserialize for @my_paths;
|
||||
my @paths = ();
|
||||
my $start_at;
|
||||
CYCLE: while (@my_paths) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue