Added an optimization for cutlist, list node allocation: use a global unused list node list to return used list nodes to for re-use rather then free and then alloc again.
View differences
Added an optimization for cutlist, list node allocation: use a global unused list node list to return used list nodes to for re-use rather then free and then alloc again.