NunoSempere
74d1f2be23
Details: The findPathsInner function in lib/findPaths.js is too expensive, and has a tendency to throw "too much recursion" errors. However, it can be optimized. In particular, instead of just going through all paths, we could go in the paths in the right direction. Note that: The current improvements don't do that yet. I was trying to do that at the findDistance level, but I was being dumb. |
||
---|---|---|
.. | ||
comparisonView.js | ||
d3experiment.js | ||
displayAsMarkdown.js | ||
displayElement.js | ||
findPaths.js | ||
labeledgraph.js | ||
pushToMongo.js | ||
slider.js | ||
textAreaForJson.js | ||
utils.js |