招募译者翻译并发数据结构
什么是并发数据结构? 引用wiki上的定义
In computer science, a concurrent data structure is a particular way of storing and organizing data for access by multiple computing threads (or processes) on a computer.
简而言之,并发数据结构即允许多线程同时访问(读和写)的数据结构。
原创文章,转载请注明: 转载自并发编程网 – ifeve.com本文链接地址: 招募译者翻译并发数据结构