1
0
mirror of https://github.com/meineerde/rackstash.git synced 2026-03-20 15:19:51 +00:00
Holger Just 1a73062758 Avoid Array instances when JSON'ifying Arrays / Hashes
Similar to the previous commit, we avoid the unnecessary allocation of
a temporary array when looping over the `@raw` value. In addition to
that, we ensure thread-safety by always operating on a copy of the raw
data so that other threads can not change anything under our feet
anymore.
2017-06-16 23:04:54 +02:00
..