Closed Quuxplusone closed 1 year ago
This has been here since d5f461ca03e30, but assigning into an existing Counter object definitely doesn't create a new object. This causes the count to "leak" higher and higher, inside algorithms based on swapping.
Merged a9f384994b9d!
This has been here since d5f461ca03e30, but assigning into an existing Counter object definitely doesn't create a new object. This causes the count to "leak" higher and higher, inside algorithms based on swapping.