dlist icon indicating copy to clipboard operation
dlist copied to clipboard

Link to haskell-perf/sequences benchmarks comparison in README

Open Anton-Latukha opened this issue 4 years ago • 5 comments

Notifying so authors can check that DList is represented properly.

& so authors are able, if needed, to give commentary:

https://github.com/haskell-perf/sequences/pull/23

Anton-Latukha avatar Nov 22 '21 10:11 Anton-Latukha

Ok, you've seen the notification, PR got merged. Real numbers would gradually but strongly nudge reasonable development styles towards DList.

Anton-Latukha avatar Nov 22 '21 12:11 Anton-Latukha

Thanks for doing that!

spl avatar Nov 22 '21 13:11 spl

I'm opening this issue again as a reminder to link to that repository for others to find it.

spl avatar Nov 22 '21 13:11 spl

Yup.

I also made an announcement that DList benchmarks are now in the comparison library: on Reddit & in https://discourse.haskell.org, as there are a lot of central Haskell people which may be interested to see/get proofs on DList metrics.

Anton-Latukha avatar Nov 22 '21 14:11 Anton-Latukha

Would also note future global [] migration: https://github.com/fumieval/Haskell-breaking-changes#upcoming-monomorphise-datalist, where [] interface gets taken-out from Prelude & replaced with standardized Foldable & Traversable interfaces.

Also would note that Acc as never library - advertises to use GHC.Exts.fromList, which is the default interface now in OverloadedLists & so would be the default interface in the future base/Prelude transition.

Anton-Latukha avatar Nov 22 '21 16:11 Anton-Latukha