mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-17 18:42:24 +00:00
Massive reduction of memory usage (down to one third).
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user