sequences

Benchmarks for sequence data structures: lists, vectors, etc. (by haskell-perf)

Sequences Alternatives

Similar projects and alternatives to sequences

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a better sequences alternative or higher similarity.

sequences reviews and mentions

Posts with mentions or reviews of sequences. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-11-22.
  • People must see haskell-perf/sequences adding DList, Acc & snoc into comparison
    5 projects | /r/haskell | 22 Nov 2021
    As !! is used very rarely (& in lot of cases algorithm can be re-thought to other way). Comparing to cons,snoc,<>, which are used more frequently then fold*,traverse - which are used more frequently than !! - I agree that the lack of built-in !! is not hat big of a deal for me, in the end I can add indexDList = fromList $ (toList x) !! i into Utils if I ever need one (because I would still save a lot of computations on cons,snoc,<> phases & would wait on https://github.com/haskell-perf/sequences/issues/26 results.

Stats

Basic sequences repo stats
2
86
0.0
over 2 years ago

The primary programming language of sequences is Haskell.


Sponsored
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com