rust-prolog icon indicating copy to clipboard operation
rust-prolog copied to clipboard

Reduce the amount of copying during search

Open dagit opened this issue 10 years ago • 0 comments

The current implementation of search makes unnecessary copies. Can these be converted to moves? What other optimizations are possible? Find a way to benchmark the before and after effects.

dagit avatar Oct 06 '15 06:10 dagit