Skip to content

Commit 35640dd

Browse files
author
Jaro Reinders
committed
Related work in package description
1 parent b6f1591 commit 35640dd

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

fleet-array.cabal

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,14 @@ description:
2222
Fleet arrays can be more than 10x faster than 'IntMap' if used densly and
2323
linearly.
2424

25+
The ideas behind fleet arrays are due to
26+
[Baker in 1991](https://doi.org/10.1145/122598.122614), who called them shallow
27+
arrays. These ideas were first implemented in Haskell by Simon Marlow as part
28+
of GHC (now moved to the
29+
[diffarray](https://hackage.haskell.org/package/diffarray) package).
30+
Fleet arrays provide a simpler vector-like interface and offer better
31+
performance.
32+
2533
common warnings
2634
ghc-options: -Wall
2735

0 commit comments

Comments
 (0)