Re: Detoast iterators -take 2

2025-08-26 Thread Aleksander Alekseev
Hi Nikita, Thanks for working on this. > master: > [...] > Time: 47.346 ms > > patched: > [...] > Time: 7.607 ms Looks impressive. I believe there is still some room for improvement though: 1. IMO the new API (create_detoast_iterator et al) should have corresponding unit tests. 2. Suggestion: p

Detoast iterators -take 2

2025-08-26 Thread Nikita Malakhov
Hi hackers! Some time ago there was a discussion on detoast iterators [1]. The original thread stalled, but we took it, reviewed and refactored, and used it for some of our ideas. I've refactored it onto the current master and made some tests, iterative detoast provides significant improvement ov

Detoast iterators - take 2

2025-08-13 Thread Nikita Malakhov
Hi hackers! Some time ago there was a discussion on detoast iterators [1]. The original thread stalled, but we took it, reviewed and refactored, and used it for some of our ideas. I've refactored it onto the current master and made some tests, iterative detoast provides significant improvement ov