[REBOL] Re: [algorithm] Algorithm challenge: selecting a range from multiple blocks
From: sant4:wanadoo at: 21-Sep-2007 17:45
Max, I am not certain that your solution to copy, then to remove the useless objects
is the fastest solution.
All depends on the size and the nature of the container.
If the container (data) is of block! type and that it contains several tens of thousands
of objects, then your solution will be slower.
(assuming the subset to retrieve, contains few objects only)
We have to check that.
==Steeve