travitch/persistent-vector

The snoc implementation is way too lazy

Closed this issue · 0 comments

snocMain, pushTail, and newPath are all way too lazy in places. This may very well explain a lot of your GC performance problems. I'm addressing that in my work toward #12, but if #12 doesn't work out, we should definitely fix this.