mirror of
https://github.com/samber/lo.git
synced 2026-04-22 23:47:11 +08:00
775539002b
Track exact duplicate count during detection phase instead of incorrect estimating capacity as len(collection)-len(isDupl). Also simplify map update logic and rename ok -> seen for clarity.