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

use sort! rather than sort

Open jlapeyre opened this issue 2 years ago • 1 comments

In this line

https://github.com/benoitseron/BosonSampling.jl/blob/87a0ea9805c300e8bdff38c024d951a849c3150b/src/boson_samplers/cliffords_sampler.jl#L28

sort! would be more efficient than sort.

jlapeyre avatar Dec 20 '22 15:12 jlapeyre