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

Full performance review

Open iamed2 opened this issue 9 years ago • 0 comments

We should compare performance to other implementations and consider whether any design changes could improve performance. Alternate implementations which lose out could be made into benchmark tests.

  • [ ] Review use of length and iteratorsize
  • [ ] Compare performance against Python itertools
  • [ ] Compare performance against implementations in Base or other Julia packages
    • [ ] Base
    • [ ] Combinatorics.jl
    • [ ] Lazy.jl
    • [ ] LazySequences.jl

iamed2 avatar Sep 26 '16 18:09 iamed2