首页| JavaScript| HTML/CSS| Matlab| PHP| Python| Java| C/C++/VC++| C#| ASP| 其他|
购买积分 购买会员 激活码充值

您现在的位置是:虫虫源码 > 其他 > 非阻塞的哈希表,无锁skiplist等非阻塞数据结构

非阻塞的哈希表,无锁skiplist等非阻塞数据结构

资 源 简 介

C implementations of several scalable non-blocking data structures for x86 and x86-64. Status Overall the package is pre-alpha. It is still under development. The skiplist is beta. There are no known bugs and it is feature complete. The hashtable is alpha. It has not been tuned for memory usage. There are no known bugs and it is feature complete. The lock-free memory management and runtime support is pre-alpha. It is not feature complete. The transactional system is a toy implementation for now. Developers will find it mostly interesting for the concepts. Tested under Linux with gcc 4.1-4.3 with Ubuntu 8.10. Probably works on Mac OS 10.5 with gcc 4.1-4.2. News Version 0.4.3 - 4/7/09 - bug fix in hash table iterator. bug fix for OS X in memory manager. add performance tests to measure steady state behavior. major performance tuning for skiplist.

文 件 列 表

nbds.0.4.3
perf.sh
license.txt
runtime
output
todo
makefile
test
datatype
map
txn
include
VIP VIP
0.233518s