You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
SequenceBuilder: add .Reset() method and use it during merge (#19567)
Problem:
<img width="1437" height="1233" alt="Screenshot 2026-03-02 at 17 20 26"
src="https://github.com/user-attachments/assets/29993bd6-2a23-4c49-946c-62b390014818"
/>
In PR:
- re-use 1 Builder object for many EF merges and many EF builds (in
II.mergeFiles)
- moved `Merge` method from `Reader` to `Builder`
- moved reusable iterators for `Merge` method inside `Builder` object
- “alloc=2.7g sys=5.4g” -> “alloc=2.7g sys=2.7g” (during large .rf file
merge)
---------
Co-authored-by: info@weblogix.biz <admin@10gbps.weblogix.it>
0 commit comments