cayley/http
kortschak 0e0e382d2b Use error returns and interface type for parsing
Fixes issue #72

This change simplifies interactions with parsing N-Quads and makes
reading datasets more robust. Changes made while here also improve
performance:

benchmark           old ns/op     new ns/op     delta
BenchmarkParser     1058          667           -36.96%

We still use string concatenation which I'm not wildly happy about, but
I think this can be left for a later change.

Initial changes towards idiomatic error handling have been made. More
significant changes are needed, but these have subtle design implication
and need to be thought about more.

30kmoviesdata.nt.gz has been altered to properly escape double quotes.
This was done mechanically and with manual curation to pick up
straglers.
2014-07-22 20:34:37 +09:30
..
docs.go Destutter filenames 2014-06-28 12:31:33 +09:30
http.go Destutter cayley/config 2014-06-28 12:42:15 +09:30
http_test.go Clean up testing code 2014-07-04 10:29:14 +09:30
query.go Fix typos and minor cleanup 2014-07-10 13:19:30 +02:00
write.go Use error returns and interface type for parsing 2014-07-22 20:34:37 +09:30