]> git.lizzy.rs Git - rust.git/commit
Eliminated SmallIntSet
authorSteven Fackler <sfackler@gmail.com>
Sat, 20 Jul 2013 22:38:10 +0000 (18:38 -0400)
committerSteven Fackler <sfackler@gmail.com>
Sun, 21 Jul 2013 23:37:34 +0000 (19:37 -0400)
commit8eb6d2d8296fb91b91c50c2e1d127a69a57be714
tree503ee2921a4154bb63041ea366ffde4531e1b191
parente336cbf8f9e26758a2ef98ec6b7715e083fdcced
Eliminated SmallIntSet

SmallIntSet is equivalent to BitvSet but with 8 times the memory
overhead. There's no reason for it to exist.
src/libextra/smallintmap.rs