We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1970a02 commit 3f61988Copy full SHA for 3f61988
docs/User/Tutorials/performance-considerations.md
@@ -107,14 +107,13 @@ arrays store data without an additional heap pointer wrapper
107
108
* Streamly.Data.Array
109
* Streamly.Data.MutArray
110
-* Streamly.Internal.Data.RingArray
+* Streamly.Data.RingArray
111
112
For storing boxed heap objects, boxed arrays are provided in the following
113
modules:
114
115
* Streamly.Data.Array.Generic
116
* Streamly.Data.MutArray.Generic
117
-* Streamly.Internal.Data.RingArray.Generic
118
119
Unboxed arrays can be pinned (cannot be moved by GC) or
120
unpinned. However, pinned or unpinned nature of the memory is not
0 commit comments