We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b6f1591 commit 35640ddCopy full SHA for 35640dd
fleet-array.cabal
@@ -22,6 +22,14 @@ description:
22
Fleet arrays can be more than 10x faster than 'IntMap' if used densly and
23
linearly.
24
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
+
33
common warnings
34
ghc-options: -Wall
35
0 commit comments