Age | Commit message (Collapse) | Author | |
---|---|---|---|
2025-02-19 | BackMap: Implement GetReferences | Maksim Denisov | |
2025-02-12 | BackMap: Resolve collisions. | Maksim Denisov | |
2025-02-12 | BackMap: make non-copyable and non-movable | Maksim Denisov | |
...and use std::unique_ptr for construction instead of std::optional. | |||
2025-02-07 | Implement BackMap | Maksim Denisov | |
...that is a container of Values mapped to Keys, and supports constant complexity search of a Value by a given Key |