File tree Expand file tree Collapse file tree 2 files changed +17
-0
lines changed Expand file tree Collapse file tree 2 files changed +17
-0
lines changed Original file line number Diff line number Diff line change
1
+ ## unordered-containers
2
+
3
+ Efficient hashing-based container types. The containers have been optimized for
4
+ performance critical use, both in terms of large data quantities and high speed.
5
+
6
+ The declared cost of each operation is either worst-case or amortized, but
7
+ remains valid even if structures are shared.
8
+
9
+ For developer and contributor documentation see docs/developer-guide.md.
Original file line number Diff line number Diff line change @@ -110,3 +110,11 @@ updating the spine of the tree).
110
110
`Full ` is just an optimized version of `BitmapIndexed ` that allows us faster
111
111
indexing, faster copying on modification (given that its size is statically
112
112
know), and lower memory use.
113
+
114
+ ## Strictness
115
+
116
+ Everything is strict. Laziness is the enemy of predictable performance.
117
+
118
+ ## Backwards compatibility policy
119
+
120
+ We support the last 3 major GHC releases.
You can’t perform that action at this time.
0 commit comments