rho-devel / rho

GNU General Public License v2.0
134 stars 23 forks source link

Avoid creating new logicals in parser #97

Closed llbit closed 8 years ago

llbit commented 8 years ago

The parser allocated new scalars for each "TRUE", "FALSE" and "NA". This makes the parser instead call ScalarLogical() which reuses global scalar logicals.