pykythe icon indicating copy to clipboard operation
pykythe copied to clipboard

Should output protobufs instead of JSON

Open kamahen opened this issue 7 years ago • 0 comments

Outputting JSON seems to be one of the most expensive parts of pykythe.pl (together with base64 manipulation), so for performance, it should output protobufs directly instead of using the entrystream utility). (SWI-Prolog supports this but performance should be checked because the implementation is mostly in Prolog (using DCGs + some small amount of C)).

kamahen avatar Mar 06 '19 03:03 kamahen