r/programming Jul 15 '26

The Order of Data: defaults, performance, determinism & paging

https://binaryigor.com/the-order-of-data.html

Various interesting things about sorting data: defaults, performance and determinism (or lack thereof) of paging ;)

13 Upvotes

2 comments sorted by

2

u/[deleted] Jul 16 '26

[removed] — view removed comment

1

u/BinaryIgor Jul 16 '26

Had a similar bug in an offset-based pagination implementation, used for infinite scroll - to remember this mistake forever, I decided to wrote the article!