Apache Pulsar
Apache Pulsar is an open-source distributed pub-sub messaging system originally created at Yahoo and now part of the Apache Software Foundation
特性
脉冲星函数
使用开发人员友好的API轻松部署轻量级计算逻...
场景
springboot 项目。原来项目中有 jdbc 事务管理,且引入了 mybatis-plus 框架。
在使用 activemq 的时候想引入事务管理,却发现报错。
org.springframework.beans.factory.NoUniqueBeanDefinitionException: No qualifying bean of type 'org.springfr...
Roaring bitmaps
Roaring bitmaps are compressed bitmaps.
They can be hundreds of times faster.
位图
位集(也称为位图)通常用作快速数据结构。
不幸的是,他们可能会使用太多内存。
为了补偿,我们经常使用压缩位图。
Roaring bitmaps 是压缩位图,其倾向于优于常规压缩位图,例如...