mirror of
https://github.com/kennethreitz-archive/gitx.git
synced 2026-06-05 23:40:18 +00:00
061eb7de48526f13306d1108452db77ed54047c1
This creates a new directory speed_test with different implementations that we can use to power the grapher. The current implementation is somewhat lacking in that we build up the graph completely at the end. If we can do it while traversing the tree, we can build and display it earlier. Similarly, if we can leave out the line calculation but just work with the columns, we save computation at load time, and can defer the lines to the drawing process. That will also clear up the problem of not being able to draw some lines.
Description
No description provided
Languages
Objective-C
71.2%
CSS
11.8%
JavaScript
6.8%
HTML
5.5%
SCSS
1.5%
Other
3.2%