too-many-lists/advanced-lists/stack-allocated #672
Replies: 4 comments 1 reply
-
感觉光看这个太难理解了 如果能从汇编的角度来分析这个东西就好了 内存模型 为啥要这么改 大致思路 |
Beta Was this translation helpful? Give feedback.
0 replies
-
self.next = node.prev.as_ref().map(|prev| &**prev); |
Beta Was this translation helpful? Give feedback.
1 reply
-
不是哥们,既然是栈上分配内存,基本上可以确定是编译期确定内存占用大小,为什么不直接使用数组呢。。。当然确实学习到了。 |
Beta Was this translation helpful? Give feedback.
0 replies
-
……何似在人间 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
too-many-lists/advanced-lists/stack-allocated
https://course.rs/too-many-lists/advanced-lists/stack-allocated.html
Beta Was this translation helpful? Give feedback.
All reactions