mirror of
https://github.com/atom/atom.git
synced 2026-01-23 22:08:08 -05:00
Converting from JS-cocoa wrapper values for every element in the array appears to be very slow. Here we construct native JS datatypes and it's much faster. This is very messy and leaky and needs to be cleaned up if we want to keep it.