sequences VS dlist

Compare sequences vs dlist and see what are their differences.

sequences

Benchmarks for sequence data structures: lists, vectors, etc. (by haskell-perf)
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
sequences dlist
2 2
86 64
- -
0.0 5.6
over 2 years ago 3 months ago
Haskell Haskell
- BSD 3-clause "New" or "Revised" License
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

sequences

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.

dlist

Posts with mentions or reviews of dlist. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-11-22.

What are some alternatives?

When comparing sequences and dlist you can also consider the following projects:

vector-odd

dlist-nonempty - Non-empty difference lists

unpacked-containers - Unpacked containers using backpack

dlist-instances - orphan instances for dlist

data-r-tree - Haskell implementatio of R-Trees

data-clist - A purely functional ring data structure for Haskell.

Flood-Fill-Diagrams - A Haskell based implementation and visualization of a scanline stack based flood fill algorithm.

miso - :ramen: A tasty Haskell front-end framework