HomePhorge

(perf) Make small optimization to lexer by avoiding extra array
899da167869eUnpublished

Unpublished Commit ยท Learn More

Repository Importing: This repository is still importing.

Description

(perf) Make small optimization to lexer by avoiding extra array

This removes the extra array being created for every token returned
from the lexer - the token is already an array with the correct
content.

Details

Event Timeline

Henrik Lindberg <henrik.lindberg@cloudsmith.com> committed rPU899da167869e: (perf) Make small optimization to lexer by avoiding extra array (authored by Henrik Lindberg <henrik.lindberg@cloudsmith.com>).Jul 31 2014, 2:11 PM