Eric Wing Fixed bugs in string test (copy/paste bug). I was passing numbers ins…
c233ec1 Jun 27, 2013
Fixed bugs in string test (copy/paste bug). I was passing numbers ins…
…tead of strings. Lua was converting on the C-side to strings so I didn't initially notice. However, without the conversion, the performance is about 10x faster.
c233ec1