Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Sparse Sampler #16

Open
Tortar opened this issue Nov 21, 2024 · 0 comments
Open

Sparse Sampler #16

Tortar opened this issue Nov 21, 2024 · 0 comments

Comments

@Tortar
Copy link
Owner

Tortar commented Nov 21, 2024

e.g. this now fails with OOM:

julia> using DynamicSampling

julia> sampler = DynamicSampler();

julia> push!(sampler, 1, 1.0);

julia> push!(sampler, 10^10, 1.0);
ERROR: OutOfMemoryError()
Stacktrace:
 [1] _growend!
   @ ./array.jl:1072 [inlined]
 [2] resize!
   @ ./array.jl:1315 [inlined]
 [3] resize_w!
   @ ~/.julia/dev/DynamicSampling/src/DynamicWeightedSampler.jl:218 [inlined]
 [4] push!(sp::DynamicSampler{Random.TaskLocalRNG}, idx::Int64, w::Float64)
   @ DynamicSampling ~/.julia/dev/DynamicSampling/src/DynamicWeightedSampler.jl:42
 [5] top-level scope
   @ REPL[4]:1

This option just needs some tweaks though.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant