(no title)
jedschmidt | 10 years ago
As far as efficiency, I'd think for most uses the issue would be on the JSON.parse end. In this case, lave might be more efficient, since JSON reviving often ends up creating temporary objects that need to GC'ed after reification.
javajosh|10 years ago
Also, it would be interesting to support other data-types, such as the ones that come with Immutable.js. That would be slick.