Earlier quoted context omitted.
Are you hallucinating or am I? This implementation is 200 lines of Python. Did you mean to link to a C version?
Its slop
Microgpt
31–40 of 354 posts
Re: Microgpt
#32[flagged]
Re: Microgpt
#33Rust version - https://github.com/mplekh/rust-microgpt
Re: Microgpt
#34Re: Microgpt
#35[flagged]
Re: Microgpt
#36Re: Microgpt
#37Re: Microgpt
#38Re: Microgpt
#39Earlier quoted context omitted.
I found reading Linux source more useful than learning about xv6 because I run Linux and reading through source felt immediately useful. I.e, tracing exactly how a real process I work with everyday gets created. Can you explain this O(n2) vs O(n) significance better?
[dead]
In terms of computation isn't each step O(1) in the cached case, with the entire thing being O(n)? As opposed to the previous O(n) and O(n^2).
Re: Microgpt
#40Earlier quoted context omitted.
I found reading Linux source more useful than learning about xv6 because I run Linux and reading through source felt immediately useful. I.e, tracing exactly how a real process I work with everyday gets created. Can you explain this O(n2) vs O(n) significance better?
[dead]