由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
JobHunting版 - thread safe hash table
相关主题
请教前辈fb的infra相关的面试和普通面试有什么区别。multi-threading guru们
问个mutex的面试题又tmd的面砸了一个,还是贴贴面经
failed bloomberg phone interview发个n个月前的面经 - ms bing 悲剧
问个multi threading code 题,同时请问高手mutil threading 编程有什么好书,网站和教程推荐?贡献T家新鲜面经,求个bless
two functons and two threadsThread 和 concurrency怎么准备?
请问如果用C++实现Thread Safe Queue请教如何保证函数时thread safe的?
昨天onsite被问到的 multithreading 题目跟Hiring Manager谈完了
上周的几道电面题qualcomm 新鲜电面面经
相关话题的讨论汇总
话题: thread话题: table话题: slot话题: space话题: hash
进入JobHunting版参与讨论
1 (共1页)
h*********n
发帖数: 915
1
how to implement it?
simply using mutex on every table slot is both time and space expensive.
how to use read/write lock to solve it?
how about each slot has a thread pool? every thread can only access its own space.
S**I
发帖数: 15689
2
http://download.oracle.com/javase/1,5.0/docs/api/java/util/conc

own space.

【在 h*********n 的大作中提到】
: how to implement it?
: simply using mutex on every table slot is both time and space expensive.
: how to use read/write lock to solve it?
: how about each slot has a thread pool? every thread can only access its own space.

1 (共1页)
进入JobHunting版参与讨论
相关主题
qualcomm 新鲜电面面经two functons and two threads
universal hashing的问题请问如果用C++实现Thread Safe Queue
请问C++ threading w/ lock free algorithms昨天onsite被问到的 multithreading 题目
面试的时候让你写一个thread pool,能写正确的来举手上周的几道电面题
请教前辈fb的infra相关的面试和普通面试有什么区别。multi-threading guru们
问个mutex的面试题又tmd的面砸了一个,还是贴贴面经
failed bloomberg phone interview发个n个月前的面经 - ms bing 悲剧
问个multi threading code 题,同时请问高手mutil threading 编程有什么好书,网站和教程推荐?贡献T家新鲜面经,求个bless
相关话题的讨论汇总
话题: thread话题: table话题: slot话题: space话题: hash