[racket-dev] Refactoring in-vector and friends
I've merged the changes back into for.rkt and pushed the changes. This
is just refactoring the in-vector code. I'll do a separate commit when
I modify in-fXvector. And yes, tests all pass :)
N.
On Fri, Dec 3, 2010 at 1:22 AM, Eli Barzilay <eli at barzilay.org> wrote:
>
> 1. At this level, I think that the costs are very important -- and
> there's two possible costs here: (a) it adds more files to
> racket/base which adds some overhead to starting up; (b) more
> importantly, there is no inlining across module boundaries, ...