- 授权协议: BSD
- 开发语言: ErLang
- 操作系统: Linux
- 软件首页: http://wiki.github.com/cliffmoon/dynomite
- 软件文档: http://wiki.github.com/cliffmoon/dynomite/getting-started
软件介绍
Dynomite 是采用 ErLang 语言开发的分布式的Key-Value存储系统。
Dynomite is an eventually consistent distributed key value store written in Erlang. The design is based off of Amazon’s Dynamo paper. Dynomite currently implements the following features described in the Dynamo paper, plus some stuff not covered by the paper.
Vector clocks
Merkle trees
Consistent hashing
Tunable quorum
Gossiping of membership
Gossiped synchronization of partitions
Pluggable storage engines
Thrift interface
Web console with canvas visualizations
数据结构与算法经典问题解析
纳拉辛哈·卡鲁曼希 / 骆嘉伟 / 机械工业出版社 / 2016-6-1 / CNY 79.00
本书是一本数据结构方面的优秀教材,以Java为描述语言,介绍了计算机编程中使用的数据结构和算法。本书强调问题及其分析,而非理论阐述,共分为21章,讲述了基本概念、递归和回溯、链表、栈、队列、树、优先队列和堆、并查集DAT、图算法、排序、查找、选择算法(中位数)、符号表、散列、字符串算法、算法设计技术、贪婪算法、分治算法、动态规划算法、复杂度类型等内容。每章首先阐述必要的理论基础,然后给出问题集。全......一起来看看 《数据结构与算法经典问题解析》 这本书的介绍吧!
