ATen icon indicating copy to clipboard operation
ATen copied to clipboard

Stack allocated, fixed-size small vector

Open ezyang opened this issue 6 years ago • 0 comments

Right now, we use std::vector for everything but this is really slow. We need a stack allocated fixed-size vector to make this cheap.

ezyang avatar Dec 01 '17 02:12 ezyang