dagrejs / graphlib

A directed multi-graph library for JavaScript

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Question - Is reading graphs from JSON significantly faster than parsing them from DOT?

the-drunk-coder opened this issue · comments

I'm working on a little project where I pull graph data from a server, eventually updating the rendered graphs several times a second.

Right now, the server responds with graphs in the DOT format, which I parse using graphlib-dot.

I wonder if I could achieve (significantly) better performance using graphlib's JSON format directly ?

I'm not sure, but you've had almost 3 years to test, so I hope you have an answer by now. If not, let me know.