Skip to content

Instantly share code, notes, and snippets.

@dajobe
Created May 11, 2011 05:10
Show Gist options
  • Save dajobe/965949 to your computer and use it in GitHub Desktop.
Save dajobe/965949 to your computer and use it in GitHub Desktop.
Raptor2 streaming Bison parsing for Turtle and TRiG. NOT streaming lexing yet
# raptor GIT head
$ utils/rapper -c -i trig part-m-00008.trig
lt-rapper: Parsing URI file:///home/dajobe/dev/redland/raptor/part-m-00008.trig with parser trig
lt-rapper: Parsing returned 1737049 triples
# raptor 2.0.2 release
$ /usr/bin/rapper -c -i trig part-m-00008.trig
rapper: Parsing URI file:///home/dajobe/dev/redland/raptor/part-m-00008.trig with parser trig
rapper: Error - URI file:///home/dajobe/dev/redland/raptor/part-m-00008.trig:56164 - memory exhausted
rapper: Parsing returned 56163 triples
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment