Commit Graph

2097 Commits

Author SHA1 Message Date
He Zhenxing
653127aa50 Add pipeChunks transformation function 2024-04-26 18:54:07 +05:30
Harendra Kumar
8b7e6419b6 Fix build with "dev" flag 2024-02-18 03:11:32 +05:30
Harendra Kumar
5cf727a160 Reorgaize docs, move config to Channel/Type 2024-02-13 06:34:36 +05:30
Harendra Kumar
bfff236977 Move Stream.Concurrent.Channel to Stream.Channel 2024-02-13 05:19:07 +05:30
Harendra Kumar
4a8a9a8571 Rename dumpSVar to dumpChannel 2024-02-13 04:49:19 +05:30
Harendra Kumar
f5e8d91b0e Move Fold.Concurrent.Channel to Fold.Channel 2024-02-13 04:49:19 +05:30
Harendra Kumar
ad435f8ffd Rename Fold.Async to Fold.Time 2024-02-13 04:49:19 +05:30
Harendra Kumar
fdf2684cc2 Update docs for Stream channels and refactor (minor) 2024-02-13 04:49:19 +05:30
Harendra Kumar
00e667d2a7 Update docs for Channel, and refactor (minor) 2024-02-13 04:47:22 +05:30
Harendra Kumar
e73aa914bb Merge the Scan module into the Pipe module 2024-02-13 04:21:08 +05:30
Harendra Kumar
3d175cc426 Add comments in parEval Fold 2024-02-05 18:46:50 +05:30
Harendra Kumar
a6a15e431d Rename, document, update joins/set operations 2024-01-25 13:50:02 +05:30
Harendra Kumar
207f948d22 Add a TODO comment about ensuring consistent signatures 2024-01-24 22:56:59 +05:30
Harendra Kumar
6fd884e094 Move non-GHC2021 extensions in a separate section 2024-01-24 22:56:59 +05:30
Harendra Kumar
8e8159f156 Rename write* to create* in Array module
Export create/createOf from Array module
Rearrange exports in Array module
2024-01-18 11:29:01 +05:30
Adithya Kumar
af57e26270 Rename asUnpinnedPtrUnsafe and deprecate asPtrUnsafe
asUnpinnedPtrUnsafe -> unsafeAsPtr
asPtrUnsafe -> unsafePinnedAsPtr
2024-01-18 00:53:37 +05:30
Harendra Kumar
9654ce95ff Rename some array APIs in Array/MutArray/MutByteArray
Rename nil,new to empty,emptyOf
Rename writeAppend to append
Rename the write* APIs to create* in MutArray
2024-01-11 19:00:28 +05:30
Harendra Kumar
901c6eb775 Deprecate Array/Stream module, move parsing funcs to Array 2024-01-05 12:46:56 +05:30
Harendra Kumar
c3b8dd41fb Rename concatChunks, compactChunks to concat, compact 2024-01-04 09:27:51 +05:30
Harendra Kumar
ff40cf0e7a Rename bufferChunks, writeChunks, flattenArrays 2024-01-04 07:42:14 +05:30
Harendra Kumar
f50789e27c Fix splitOn to use MutArray splicing for perf 2023-12-27 08:29:22 +05:30
Harendra Kumar
4032b6425c Clarify the docs of 'parEval' 2023-12-24 03:20:50 +05:30
Harendra Kumar
0e73809f44 Add a note about upgrading in the Prelude module 2023-12-21 23:39:11 +05:30
Harendra Kumar
86ad39afeb Fix hlint issues in streamly package 2023-12-21 17:17:52 +05:30
Harendra Kumar
cd0c2fd958 Remove the MonadTrans instance for concurrent types 2023-12-18 16:41:36 +05:30
Harendra Kumar
637fb666b6 Fix doctests for GHC >= 9.6 2023-12-18 16:41:36 +05:30
Harendra Kumar
a96d164340 Add code example in the TCP module 2023-12-07 11:07:46 +05:30
Harendra Kumar
d55d68ab07 Fix build with "dev" flag on 2023-11-28 07:07:28 +05:30
Harendra Kumar
99ff010a83 Add deriving examples of all old stream types 2023-11-27 15:50:24 +05:30
Harendra Kumar
d24441b5a3 Update doc of "eager" for clarity 2023-11-27 15:50:24 +05:30
Harendra Kumar
5d9ce6e348 Fold the Zip.Concurrent module in Zip itself 2023-11-27 15:50:24 +05:30
Harendra Kumar
fd93674cec Remove the intermediate Concurrent/Time/Exception modules 2023-11-27 15:50:24 +05:30
Harendra Kumar
58439bc1b0 Move Stream.Exception.Lifted to Stream.Lifted 2023-11-27 08:41:01 +05:30
Harendra Kumar
58feee26b0 Deprecate some old modules 2023-11-27 08:41:01 +05:30
Harendra Kumar
6e89ebbdf2 Consolidate Stream.Concurrent.* modules 2023-11-27 02:57:50 +05:30
Harendra Kumar
3ea7bf24f4 Rename conflicting newChannel in Append/Interleave modules 2023-11-27 02:38:32 +05:30
Harendra Kumar
3f489cf3fa Move common Channel type from Data.Stream to Data 2023-11-27 02:24:05 +05:30
Harendra Kumar
9251eae2d0 Move concatMapDivK to higher level module 2023-11-27 02:11:00 +05:30
Harendra Kumar
a1e1468bc6 Move some lower level modules in IsStream 2023-11-27 02:11:00 +05:30
Harendra Kumar
fa9fa0960e Consolidate SVar internal modules 2023-11-27 02:11:00 +05:30
Harendra Kumar
f432cc36da Collect all internal Unfold modules in one 2023-11-27 02:11:00 +05:30
Harendra Kumar
5c890aee92 Collect all internal Fold modules in one 2023-11-27 02:10:40 +05:30
Harendra Kumar
3f841aadee Rename "bound" to "boundThreads" 2023-11-26 13:01:04 +05:30
Harendra Kumar
0285479816 Update the Fold.Prelude module, export concurrent ops 2023-11-26 12:45:55 +05:30
Harendra Kumar
e6cc89b385 Make some minor changes to Stream.Prelude docs 2023-11-26 12:45:55 +05:30
Harendra Kumar
58648998a9 Change UF.map to fmap 2023-11-26 12:45:55 +05:30
Harendra Kumar
92c716b727 Rename some TCP accept APIs 2023-11-26 12:45:55 +05:30
Harendra Kumar
3fdf183502 Add stream read ops for Array/Handle/Socket/TCP 2023-11-26 12:45:28 +05:30
Harendra Kumar
8b84d54c10 Remove deprecated functions in Socket/TCP
Different functions with same names are to be introduced in the next
release.
2023-11-26 12:45:28 +05:30
Harendra Kumar
21e02eeb01 Remove the deprecated read/readChunks 2023-11-26 02:57:09 +05:30