FamilySearch / gedcomx-php

PHP SDK for GEDCOM X Processing. See the documentation at
http://familysearch.github.io/gedcomx-php/
Other
35 stars 15 forks source link

Iterator over RecordSet #5

Closed dyeshurun closed 10 years ago

dyeshurun commented 10 years ago

It is no feasible (memory and cpu wise) to load large record set object and work with it. This class enable iterating over a record set without load the whole object at once

stoicflame commented 10 years ago

Thanks!

dyeshurun commented 10 years ago

sure, no problem

On Mon, Jun 23, 2014 at 7:41 PM, Ryan Heaton notifications@github.com wrote:

Thanks!

— Reply to this email directly or view it on GitHub https://github.com/FamilySearch/gedcomx-php/pull/5#issuecomment-46869824 .