• Kevin Modzelewski's avatar
    Add a freelist for attribute arrays · c524f07e
    Kevin Modzelewski authored
    Now that they are only a small number of sizes (powers of two),
    can use a freelist pretty easily.  Especially because most of the
    allocations will come from places where we can precompute the freelist
    index.
    
    About a 5% improvement on raytrace.py
    c524f07e
types.cpp 173 KB