Make wrapCharacters -> escapeString. Use a regex.

The `htmlForScreenRows` benchmark went from ~3.5 ms to ~2.9ms for a 
call to htmlForScreenRows over the entire screen range.

🐎
Esse commit está contido em:
Ben Ogle
2013-10-03 13:32:18 -07:00
commit 156b6a9490
2 arquivos alterados com 20 adições e 20 exclusões
+1 -1
Ver Arquivo
@@ -95,7 +95,7 @@ describe "editor.", ->
benchmark "resetDisplay", 50, ->
editor.resetDisplay()
benchmark "htmlForScreenRows", 50, ->
benchmark "htmlForScreenRows", 1000, ->
lastRow = editor.getLastScreenRow()
editor.htmlForScreenRows(0, lastRow)