Beefy Boxes and Bandwidth Generously Provided by pair Networks
Do you know where your variables are?
 
PerlMonks  

Re: Any thoughs on Iterator prefetching?

by pKai (Priest)
on Jun 25, 2009 at 13:42 UTC ( [id://774717]=note: print w/replies, xml ) Need Help??


in reply to Any thoughs on Iterator prefetching?

A wise man once said: "Prediction is hard, especially about the future."

A look into the source of Iterator shows, that it is implemented as you described (one value look ahead internally).

Doing it this way seems questionable.


Update: It seems that he needs the look ahead to be able to return undef as a valid value telling it apart from Iterator-exhausted.

So maybe you are better of with Iterator::Simple which cannot yield undef, but will also not look ahead.

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others examining the Monastery: (5)
As of 2024-04-25 05:27 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found