Y
Hacker News
new
|
ask
|
show
|
jobs
by
beamatronic
2339 days ago
None of that matters to someone learning how to implement a stack, a linked list, quick sort, etc.
1 comments
planteen
2339 days ago
It does though, if you mix near and far pointers, you are going to be getting crashes. Pointer equality and comparison are non-trivial. Whereas on a modern 32-bit CPU you don't have any such distinction.
link
beamatronic
2338 days ago
Wow, how did you learn all this stuff?
link