DList is still in regular use & considering it is a pretty classical structure - expected to be in use.
Ans since DList actively piggy-backs on GHC abilities of lazy function application - it seems to have strong immunity to regressions, which can happen frequently in other data structures as in Vector.
Therefore it is interesting to see DList results & they are probably much more stable through time & GHC versions & can be a bedrock for comparison.
DList is still in regular use & considering it is a pretty classical structure - expected to be in use.
Ans since DList actively piggy-backs on GHC abilities of lazy function application - it seems to have strong immunity to regressions, which can happen frequently in other data structures as in Vector.
Therefore it is interesting to see DList results & they are probably much more stable through time & GHC versions & can be a bedrock for comparison.