mirror of
https://github.com/meineerde/rackstash.git
synced 2026-03-20 15:19:51 +00:00
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.