Commit f3c7817
recsplit: prepare for parallelism (#19514)
To introduce parallelism (in next PR) need first get-rid from "shared
mutable fields"
- `recsplit()` is now pure. it accepting in/out params:
- `recsplitScratch` it's `in` parameter/bufs/configs
- `result` is `out` param/bufs
- write to files now happening outside of `recsplit()` func
---------
Co-authored-by: Claude Haiku 4.5 <noreply@anthropic.com>1 parent f508f14 commit f3c7817
2 files changed
+179
-82
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
87 | 87 | | |
88 | 88 | | |
89 | 89 | | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
90 | 115 | | |
91 | 116 | | |
92 | 117 | | |
| |||
0 commit comments