| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2023-04-11 | Use `itertools::Either` instead of own `EitherIter` impl | Maybe Waffle | -1/+0 | |
| 2020-09-26 | SsoHashSet reimplemented as a wrapper on top of SsoHashMap | Valerii Lashmanov | -72/+1 | |
| 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. | ||||
| 2020-09-26 | SsoHashSet/SsoHashMap API greatly expanded | Valerii Lashmanov | -0/+72 | |
| Now both provide almost complete API of their non-SSO counterparts. | ||||
| 2020-09-26 | MiniSet/MiniMap moved and renamed into SsoHashSet/SsoHashMap | Valerii Lashmanov | -0/+5 | |
| It is a more descriptive name and with upcoming changes there will be nothing "mini" about them. | ||||
