• T
    Rewrite bitv to use classes and optimize its representation · 082d8314
    Tim Chevalier 提交于
    Rewrote bitv as a class that uses a 32-bit int as its representation
    for bit vectors of 32 bits or less, and a vector (the old representation)
    otherwise. I didn't benchmark very much, but a bit of informal benchmarking
    suggested this is a win.
    
    Closes #2341
    082d8314
ann.rs 6.6 KB