timo / json_fast

a naive imperative json parser in perl6, to evaluate performance against JSON::Tiny
Artistic License 2.0
26 stars 20 forks source link

Fix freezing issue during tests #8

Closed zoffixznet closed 8 years ago

zoffixznet commented 8 years ago

This fixes the freezing during tests on my box.

The potential problematic line was first suggested by lucasb++