hughfdjackson / immutable

neatly packages immutable equivalents to JavaScript's Objects and Arrays.
101 stars 7 forks source link

Review the efficiency of p.array methods #10

Closed hughfdjackson closed 11 years ago

hughfdjackson commented 11 years ago

At the moment, they mostly call an O(n) .transient() calls, wrapping the methods themselves.

hughfdjackson commented 11 years ago

Won't fix: as indicated by https://github.com/hughfdjackson/immutable/issues/26