Results 5 issues of Manuel J. Simoni

Page 17 of the PDF says tree objects are stored as "a very simple text file", which is wrong. Tree objects are stored in a binary format, see http://git.rsbx.net/Documents/Git_Data_Formats.txt

Can get rid of manual state management, use generators instead. Loses the ability to multiple resume a continuation.

E.g. in Cloudflare KV https://developers.cloudflare.com/kv/api/list-keys/: > cursor is a string used for paginating responses.