Skip to content

Commit 3f61988

Browse files
Update RingArray module related changes
1 parent 1970a02 commit 3f61988

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

docs/User/Tutorials/performance-considerations.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -107,14 +107,13 @@ arrays store data without an additional heap pointer wrapper
107107

108108
* Streamly.Data.Array
109109
* Streamly.Data.MutArray
110-
* Streamly.Internal.Data.RingArray
110+
* Streamly.Data.RingArray
111111

112112
For storing boxed heap objects, boxed arrays are provided in the following
113113
modules:
114114

115115
* Streamly.Data.Array.Generic
116116
* Streamly.Data.MutArray.Generic
117-
* Streamly.Internal.Data.RingArray.Generic
118117

119118
Unboxed arrays can be pinned (cannot be moved by GC) or
120119
unpinned. However, pinned or unpinned nature of the memory is not

0 commit comments

Comments
 (0)