DataStructures.jl icon indicating copy to clipboard operation
DataStructures.jl copied to clipboard

ready Accumulator for v1.0

Open oxinabox opened this issue 2 years ago • 1 comments

checks off accumulator.jl on https://github.com/JuliaCollections/DataStructures.jl/issues/479

One thing I am not sure about is the names nlargest and nsmallest those could be changed

oxinabox avatar Dec 11 '22 15:12 oxinabox

In https://github.com/JuliaCollections/DataStructures.jl/issues/479#issuecomment-682449805 there is an admonition to not use push!(container, key, value), but here it says # inc! is preferred over push!, but we need to provide push! for the Bag interpreation. Just putting it out here in case this contradiction is important.

Krastanov avatar Jul 19 '23 01:07 Krastanov