Beefy Boxes and Bandwidth Generously Provided by pair Networks
"be consistent"
 
PerlMonks  

Re^4: Removing elemets from an array

by Lotus1 (Vicar)
on Dec 30, 2012 at 16:44 UTC ( [id://1010942]=note: print w/replies, xml ) Need Help??


in reply to Re^3: Removing elemets from an array
in thread Removing elemets from an array

Thanks for setting up the benchmark in the first place, it has been fun seeing the performance of the different approaches.

Nested loops don't scale well. When there were only 2 items for the outer loop it was really fast. I've seen folks here toss around the Big O notation and although I hadn't heard of it before Perlmonks I figured out they were talking about linear growth as opposed to exponential or some other function for the execution time related to the size of the data set.

The nested loop approach seems to be O(n^2) but I'm still learning so hopefully someone will weigh in if I'm off base.

Replies are listed 'Best First'.
Re^5: Removing elemets from an array
by karlgoethebier (Abbot) on Dec 31, 2012 at 18:02 UTC

    Thank you and HNY.

    Best regards, Karl

    «The Crux of the Biscuit is the Apostrophe»

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://1010942]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others avoiding work at the Monastery: (6)
As of 2024-04-16 11:15 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found