- 授权协议: GPL
- 开发语言: Python
- 操作系统: 跨平台
- 软件首页: https://github.com/changshoumeng/PyTianQiService
- 软件文档: https://github.com/changshoumeng/PyTianQiService/blob/master/README.md
软件介绍
PyTianQiService
这是依赖于一个数据源的天气服务,按照约定规范提供给客户端天气数据,且在服务端进行数据的预取与缓存,加速客户端获取天气的响应。
完全采用 Python 代码实现,线上运行数据是:每秒处理100个查询请求,CPU毫无压力;
网络库 netcore 是采用自己实现的 Epoll 事件模型+消息队列+多进程 Worker 的设计;
数据缓存直接采用 Dict 数据结构,Pickle 序列化的本地;
Worker 进程实现周期性预取,处理耗时的压缩、加密的操作。
Approximation Algorithms
Vijay V. Vazirani / Springer / 2001-07-02 / USD 54.95
'This book covers the dominant theoretical approaches to the approximate solution of hard combinatorial optimization and enumeration problems. It contains elegant combinatorial theory, useful and inte......一起来看看 《Approximation Algorithms》 这本书的介绍吧!
