https://i.imgur.com/sJJWBtq.png
ktye says it compiles with msys2/mingw (msys2.org). i haven't tried it as i don't use windows at all.
regarding windows - see https://news.ycombinator.com/item?id=22010059
1:x uses mmap, so it would return instantly no matter how large a file you give it 0:x uses 1:x and then it splits the content into lines. unfortunately splitting requires copying, so you'd be limited by the amount of…
reading is done with mmap. it returns instantly and then loads memory pages from disk only when you use them.
the agpl is not so much about making concise code pleasant for the masses, as it is about making its freedom viral
that's a good read, thanks. afaik zeroing %rbp here plays no role other than to assist debuggers. i'm not sure if alignment makes any measurable difference. if it does, it'll be worth doing. i jmp to main() because i…
i changed it to "telemetry". i'm not really sure what to call it. they are upfront about it in the clickwrap eula but the data is not anonymized (see section 1.5a - in k ".z.u" means username) and you are not allowed to…
https://i.imgur.com/sJJWBtq.png
ktye says it compiles with msys2/mingw (msys2.org). i haven't tried it as i don't use windows at all.
regarding windows - see https://news.ycombinator.com/item?id=22010059
1:x uses mmap, so it would return instantly no matter how large a file you give it 0:x uses 1:x and then it splits the content into lines. unfortunately splitting requires copying, so you'd be limited by the amount of…
reading is done with mmap. it returns instantly and then loads memory pages from disk only when you use them.
the agpl is not so much about making concise code pleasant for the masses, as it is about making its freedom viral
that's a good read, thanks. afaik zeroing %rbp here plays no role other than to assist debuggers. i'm not sure if alignment makes any measurable difference. if it does, it'll be worth doing. i jmp to main() because i…
i changed it to "telemetry". i'm not really sure what to call it. they are upfront about it in the clickwrap eula but the data is not anonymized (see section 1.5a - in k ".z.u" means username) and you are not allowed to…