Commit Graph

14 Commits

Author SHA1 Message Date
Harendra Kumar
688d68d17c Add a document about unicode text processing plans 2020-05-11 20:02:02 +05:30
Harendra Kumar
058c6a35c5 Add initial draft of paths' requirements 2020-05-08 10:51:25 +05:30
Harendra Kumar
43179a2371 Add notes about abstract and aggregate parent modules 2020-01-08 23:47:43 +05:30
adithyaov
70c03f97bf Move Streams/StreamK* to Internal/Data/Stream 2019-12-09 15:14:05 +05:30
adithyaov
59796f1d14 Move Streams/StreamD.hs to Internal/Data/Stream/* 2019-12-09 14:56:10 +05:30
Brian Wignall
c0a93a4033 Fix some easy-to-make typos 2019-11-26 02:09:15 +05:30
Pranay Sashank
c5b1aad54e Put utf8 design from Björn Höhrmann's website under design/. 2019-11-21 02:30:18 +05:30
Harendra Kumar
0dae18109d Add notes about module organization 2019-10-12 18:33:39 +05:30
Harendra Kumar
99c02e86c9 Add some notes about the need for linked-lists 2019-10-12 18:33:39 +05:30
Harendra Kumar
1b8439d641 change writeNUnsafe to use strict unboxed data
Now all benchmarks that use A.writeN/A.writeNUnsafe with concatMap perform as
well as the custom flattenArray implementation.
2019-08-25 10:57:19 +05:30
Harendra Kumar
e51d5f030d update/clarify/reorganize inlining doc 2019-08-12 07:16:31 +05:30
Pranay Sashank
bda6a6415b Refactor modules Mem.* ~> Memory.* and update references. 2019-08-06 04:31:23 +05:30
Harendra Kumar
7876f59bcc
Update design/inlining.md
Co-Authored-By: Artyom Kazak <yom@artyom.me>
2019-07-26 15:18:46 +05:30
Harendra Kumar
6a806f4817 Add guidelines for inlining 2019-07-26 01:13:13 +05:30