x***i 发帖数: 64 | 1 之前的一个startup onsite
1. given curtain types of structure and their sizes, how to design malloc
and free. 随着问了许多问题,how to reduce fragmentation, how to track
available list in malloc. in free, how to find the position of the given
pointer and what should be done in free.
2. 扔个我memcached source code, ask to add a new function 'mult' similar to
'incr'
-------------------
1. 我的整个思路就是linux memory function - kmalloc_cache_.... 因为记不太清,
许多也就临时想些make sence的方法, 没有遇到特别拐弯抹角的问题
2. memcached我只是知道,没有用过,更不用说source code了,给我一个vi editor
source code也比较痛苦,花了不少时间把source code看懂,再加code, 没有做完,时
间到的时候make 还不过。。
肯定是没戏,不过增加experience也好。。希望明天G一切顺利,上版求祝福。。 |
w********a 发帖数: 179 | |
k****n 发帖数: 1334 | 3 bless!
to
【在 x***i 的大作中提到】 : 之前的一个startup onsite : 1. given curtain types of structure and their sizes, how to design malloc : and free. 随着问了许多问题,how to reduce fragmentation, how to track : available list in malloc. in free, how to find the position of the given : pointer and what should be done in free. : 2. 扔个我memcached source code, ask to add a new function 'mult' similar to : 'incr' : ------------------- : 1. 我的整个思路就是linux memory function - kmalloc_cache_.... 因为记不太清, : 许多也就临时想些make sence的方法, 没有遇到特别拐弯抹角的问题
|
d****d 发帖数: 2919 | 4 祝福!
to
【在 x***i 的大作中提到】 : 之前的一个startup onsite : 1. given curtain types of structure and their sizes, how to design malloc : and free. 随着问了许多问题,how to reduce fragmentation, how to track : available list in malloc. in free, how to find the position of the given : pointer and what should be done in free. : 2. 扔个我memcached source code, ask to add a new function 'mult' similar to : 'incr' : ------------------- : 1. 我的整个思路就是linux memory function - kmalloc_cache_.... 因为记不太清, : 许多也就临时想些make sence的方法, 没有遇到特别拐弯抹角的问题
|
v*****k 发帖数: 7798 | |
h*****n 发帖数: 4747 | |
D*******e 发帖数: 151 | |
g**********y 发帖数: 14569 | 8 Bless
to
★ 发自iPhone App: ChineseWeb - 中文网站浏览器
【在 x***i 的大作中提到】 : 之前的一个startup onsite : 1. given curtain types of structure and their sizes, how to design malloc : and free. 随着问了许多问题,how to reduce fragmentation, how to track : available list in malloc. in free, how to find the position of the given : pointer and what should be done in free. : 2. 扔个我memcached source code, ask to add a new function 'mult' similar to : 'incr' : ------------------- : 1. 我的整个思路就是linux memory function - kmalloc_cache_.... 因为记不太清, : 许多也就临时想些make sence的方法, 没有遇到特别拐弯抹角的问题
|
x***i 发帖数: 64 | 9 忘了说,等明天面试完给大家发包子
顺便顶一些
【在 g**********y 的大作中提到】 : Bless : : to : ★ 发自iPhone App: ChineseWeb - 中文网站浏览器
|
q****x 发帖数: 7404 | 10 做啥的startup?这么底层。还是说你做系统的。
【在 x***i 的大作中提到】 : 忘了说,等明天面试完给大家发包子 : 顺便顶一些
|
|
|
c********r 发帖数: 2227 | 11 bless
to
【在 x***i 的大作中提到】 : 之前的一个startup onsite : 1. given curtain types of structure and their sizes, how to design malloc : and free. 随着问了许多问题,how to reduce fragmentation, how to track : available list in malloc. in free, how to find the position of the given : pointer and what should be done in free. : 2. 扔个我memcached source code, ask to add a new function 'mult' similar to : 'incr' : ------------------- : 1. 我的整个思路就是linux memory function - kmalloc_cache_.... 因为记不太清, : 许多也就临时想些make sence的方法, 没有遇到特别拐弯抹角的问题
|
J*********n 发帖数: 370 | 12 bless, 希望我也能去onsite
to
【在 x***i 的大作中提到】 : 之前的一个startup onsite : 1. given curtain types of structure and their sizes, how to design malloc : and free. 随着问了许多问题,how to reduce fragmentation, how to track : available list in malloc. in free, how to find the position of the given : pointer and what should be done in free. : 2. 扔个我memcached source code, ask to add a new function 'mult' similar to : 'incr' : ------------------- : 1. 我的整个思路就是linux memory function - kmalloc_cache_.... 因为记不太清, : 许多也就临时想些make sence的方法, 没有遇到特别拐弯抹角的问题
|
x***i 发帖数: 64 | 13 一个F, G 出来的几个人整的公司,搞database, 至于我申请的职位,应该是SSE。我想
第一题主要考的是design吧,因为和linux kernel memory 的kmalloc_cache很相似,
就想套用一下。
【在 q****x 的大作中提到】 : 做啥的startup?这么底层。还是说你做系统的。
|
S****a 发帖数: 924 | |
f*****s 发帖数: 633 | |
a****s 发帖数: 4254 | |
c***8 发帖数: 188 | 17 bless both of us
to
【在 x***i 的大作中提到】 : 之前的一个startup onsite : 1. given curtain types of structure and their sizes, how to design malloc : and free. 随着问了许多问题,how to reduce fragmentation, how to track : available list in malloc. in free, how to find the position of the given : pointer and what should be done in free. : 2. 扔个我memcached source code, ask to add a new function 'mult' similar to : 'incr' : ------------------- : 1. 我的整个思路就是linux memory function - kmalloc_cache_.... 因为记不太清, : 许多也就临时想些make sence的方法, 没有遇到特别拐弯抹角的问题
|
x***i 发帖数: 64 | 18 面试完毕,给大家开始发包子了,实在是没多少,一共才300多,算了算,每人也就15
个。大家多担待吧。。剩下一些的给本版吧。。感谢本版上的好心人们,真是受益匪浅
。回头发面经。。。 |
A**u 发帖数: 2458 | 19 bless
全不会
to
【在 x***i 的大作中提到】 : 之前的一个startup onsite : 1. given curtain types of structure and their sizes, how to design malloc : and free. 随着问了许多问题,how to reduce fragmentation, how to track : available list in malloc. in free, how to find the position of the given : pointer and what should be done in free. : 2. 扔个我memcached source code, ask to add a new function 'mult' similar to : 'incr' : ------------------- : 1. 我的整个思路就是linux memory function - kmalloc_cache_.... 因为记不太清, : 许多也就临时想些make sence的方法, 没有遇到特别拐弯抹角的问题
|
g*****6 发帖数: 583 | |
|
|
g*****y 发帖数: 169 | |
s**m 发帖数: 4340 | |
u*******e 发帖数: 1186 | |
H*M 发帖数: 1268 | 24 狂祝福
期待面经
15
【在 x***i 的大作中提到】 : 面试完毕,给大家开始发包子了,实在是没多少,一共才300多,算了算,每人也就15 : 个。大家多担待吧。。剩下一些的给本版吧。。感谢本版上的好心人们,真是受益匪浅 : 。回头发面经。。。
|
p*******l 发帖数: 2495 | |
x***i 发帖数: 64 | 26 谢谢大家的祝福!包子发到scmm楼已经没有了。。再次感谢大家的祝福!狂灵验!收到
电话说interviewer feedback positive,离offer不远了。。一会更新,上面经 |
H*M 发帖数: 1268 | 27 恭喜加祝福!
【在 x***i 的大作中提到】 : 谢谢大家的祝福!包子发到scmm楼已经没有了。。再次感谢大家的祝福!狂灵验!收到 : 电话说interviewer feedback positive,离offer不远了。。一会更新,上面经
|
d*******r 发帖数: 208 | 28 cong~ niu.
【在 x***i 的大作中提到】 : 谢谢大家的祝福!包子发到scmm楼已经没有了。。再次感谢大家的祝福!狂灵验!收到 : 电话说interviewer feedback positive,离offer不远了。。一会更新,上面经
|
x***i 发帖数: 64 | 29 自己顶一下,还在等最后书面的offer...bless 自己一下! |
f*******t 发帖数: 7549 | 30 cong!
【在 x***i 的大作中提到】 : 自己顶一下,还在等最后书面的offer...bless 自己一下!
|
|
|
H***e 发帖数: 476 | 31 bless
等面经
【在 x***i 的大作中提到】 : 自己顶一下,还在等最后书面的offer...bless 自己一下!
|
n****r 发帖数: 471 | 32 big cong and bless!!
【在 x***i 的大作中提到】 : 谢谢大家的祝福!包子发到scmm楼已经没有了。。再次感谢大家的祝福!狂灵验!收到 : 电话说interviewer feedback positive,离offer不远了。。一会更新,上面经
|
m****o 发帖数: 4921 | |
a********m 发帖数: 15480 | |
y*******n 发帖数: 141 | 35 11.18 positive, 12.7还没发offer, G家的流程慢得可以啊。
【在 x***i 的大作中提到】 : 自己顶一下,还在等最后书面的offer...bless 自己一下!
|
d******y 发帖数: 244 | |