|
|
|
Change log
Small optimization - changed code which orders operators by precedence,- if 2 operators are unary - take this one which is closer to the right side of expression. In some cases it lets to reduce unnecessary recursive calls.
| Go to: |
Project members,
sign in to write a code review
Older revisions
r38
by vasiliauskas.agnius
on Sep 29, 2009
Diff
Added eval function correctness test and perfomance test.
r37
by vasiliauskas.agnius
on Sep 28, 2009
Diff
Optimization - code is speeded-up by factor of 6. This is done by removing Seq.Intersecs method for ascii characters recognition. Now ascii chars is recognized by ASCII code.