From: Jean Privat Date: Wed, 13 Aug 2014 20:29:53 +0000 (-0400) Subject: Merge: Optimize usage of the chars of a string X-Git-Tag: v0.6.8~25 X-Git-Url: http://nitlanguage.org Merge: Optimize usage of the chars of a string * The first commit, on `html_escape`, improves nitdoc execution on RnR by about 10s, or 6%. * The second commit _theorically_ improves access to the chars of strings. It _worsen_ the execution of nitdoc on RnR by about 9s. The overall gain on this specific use case is of 1s. Obviously this PR is not to be merged as is! Pull-Request: #663 Reviewed-by: Jean Privat Reviewed-by: Lucas Bajolet --- 10f7bc141533e5d58da862548b08a3a2dd83e9b4