- 授权协议: MIT
- 开发语言: Ruby
- 操作系统: 跨平台
- 软件首页: https://github.com/mperham/dalli
- 软件文档: https://github.com/mperham/dalli
软件介绍
Dalli 是一个高性能的 Memcached 的 Ruby 客户端,支持 Memcached 1.4+ ,使用新的二进制协议。
支持:
JRuby 1.6+
Ruby 1.9.3+
Rubinius 2.0
示例代码:
require 'dalli'
options = { :namespace => "app_v1", :compress => true }
dc = Dalli::Client.new('localhost:11211', options)
dc.set('oschina', 123)
value = dc.get('oschina')
High-Performance Compilers for Parallel Computing
Michael Wolfe / Addison-Wesley / 1995-6-16 / USD 117.40
By the author of the classic 1989 monograph, Optimizing Supercompilers for Supercomputers, this book covers the knowledge and skills necessary to build a competitive, advanced compiler for parallel or......一起来看看 《High-Performance Compilers for Parallel Computing》 这本书的介绍吧!
RGB转16进制工具
RGB HEX 互转工具
随机密码生成器
多种字符组合密码
