Post Reply 
Programming puzzles: processing lists!
10-31-2017, 12:31 PM
Post: #217
RE: Programming puzzles: processing lists!
The Filter command could also be used from GoferLists.

Using the same scenario that I mentioned above:
Code:
{ 1..50..1..50....50 } « 5 ≠ » Filter

...seems to work, though not exactly a speed demon: 186.6s for the same 5000-element list. Having to execute a UserRPL sequence for each element is probably the bottleneck.

Perhaps there are other combinations of GoferList commands that would be a bit faster.
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: Programming puzzles: processing lists! - DavidM - 10-31-2017 12:31 PM



User(s) browsing this thread: 3 Guest(s)