Go 实现的分布式内存缓存 vegamcache

码农软件 · 软件分类 · 缓存系统 · 2019-08-29 14:57:55

软件介绍

vegamcache是一个分布式内存缓存,使用golang 的 gossip 协议构建。

在 vegamcache 中,并不需要在每次获取数据时都进行网络调用,vegamcache 将使用 gossip 自动在节点间进行数据的复制。失效的数据将在 gossip 中移除,而不是一个独立的 GC。

缺陷

  • 只能在golang中使用

  • 需要消耗大量的内存

待完成

  • 分片缓存,而不是将其存储在单个哈希映射中

  • 增加到期时间

  • 小型垃圾收集器来删除过期的值

  • 与其他缓存服务进行基准比较

本文地址:https://www.codercto.com/soft/d/13432.html

Introduction to Semi-Supervised Learning

Introduction to Semi-Supervised Learning

Xiaojin Zhu、Andrew B. Goldberg / Morgan and Claypool Publishers / 2009-6-29 / USD 40.00

Semi-supervised learning is a learning paradigm concerned with the study of how computers and natural systems such as humans learn in the presence of both labeled and unlabeled data. Traditionally, le......一起来看看 《Introduction to Semi-Supervised Learning》 这本书的介绍吧!

在线进制转换器
在线进制转换器

各进制数互转换器

HTML 编码/解码
HTML 编码/解码

HTML 编码/解码

RGB HSV 转换
RGB HSV 转换

RGB HSV 互转工具