pietercolpaert / hardf

Low level PHP library for RDF1.1 based on N3.js
https://packagist.org/packages/pietercolpaert/hardf
MIT License
36 stars 7 forks source link

TriGParserIterator class added providing a lazy iterator wrapper for TriGParser #36

Closed zozlak closed 3 years ago

zozlak commented 3 years ago

The new class serves a few purposes:

The iterator is implemented in a lazy way (reads data only when they are requested and discards them when they aren't needed) which assures small memory footprint.

pietercolpaert commented 3 years ago

@k00ni Ok if I merge this? This looks good to me!

k00ni commented 3 years ago

@pietercolpaert I will assist you here and merge this.