| Age | Commit message (Collapse) | Author | Lines |
|
|
|
Due to performance regression, see SsoHashMap comment.
|
|
|
|
SsoHashSet::replace had to be removed because
it requires missing API from SsoHashMap.
It's not a widely used function, so I think it's ok
to omit it for now.
EitherIter moved into its own file.
Also sprinkled code with #[inline] attributes where appropriate.
|
|
Now both provide almost complete API of their non-SSO counterparts.
|
|
It is a more descriptive name and with upcoming changes
there will be nothing "mini" about them.
|