1
1
mirror of https://github.com/github/semantic.git synced 2024-12-26 08:25:19 +03:00
Parsing, analyzing, and comparing source code across many languages
Go to file
Rob Rix dac24bbf24 µ-optimizations for SES.
1. Avoid redundant computations of cost on the fast path (equal
elements at this vertex).

2. Don’t call `min`; inline the branches instead.

3. Don’t call `costOfStream`; inline the costs instead.
2015-11-12 16:09:53 -05:00
prototype µ-optimizations for SES. 2015-11-12 16:09:53 -05:00
.gitattributes Treat all fixtures as vendored. 2015-10-13 10:44:40 -04:00
.gitignore Ignore some things. 2015-10-30 17:54:52 -04:00
.gitmodules Move the JS parser. 2015-10-30 13:37:40 -04:00
ROADMAP.md Link to the .com milestone. 2015-11-02 10:29:32 -05:00