搜索资源列表
ringbuffer
- 可以多个任务互斥同时入环行队列-can contradict multiple tasks around the same time into the Queue
testRingBuffer
- 环形缓冲 : 多线程,锁,对齐。多线程,锁,对齐。-mutil thread and ringbuffer
RingBuffer
- Ring Buffer Implementation A circular buffer or ring buffer is a data structure that uses a single, fixed-size buffer as if it were connected end-to-end. This structure lends itself easily to buffering data streams.-Ring Buffer ImplementationA circ
Ringbuffer
- 支持多线程的环形内存,支持任意类型的存储,大小自己设定-Support multi-threading the ring memory to support any type of storage, set the size of their
ringbuffer
- 环形缓冲区的操作,对初学者有帮助,值得参考-Operation of the ring buffer
RingBuffer
- 环形缓冲区,环形缓冲区在数据采集等实时系统中广泛使用。-Ring buffer, the ring buffer in the data collection, such as widespread use of real-time systems.
RingBuffer
- 环形缓冲区,环形缓冲区在数据采集等实时系统中广泛使用。-Ring buffer, the ring buffer in the data collection, such as widespread use of real-time systems.
circlebuffer
- a ringBuffer use circle queue
uid-generator-master.zip
- UidGenerator是Java实现的, 基于Snowflake算法的唯一ID生成器。UidGenerator以组件形式工作在应用项目中, 支持自定义workerId位数和初始化策略, 从而适用于docker等虚拟化环境下实例自动重启、漂移等场景。 在实现上, UidGenerator通过借用未来时间来解决sequence天然存在的并发限制; 采用RingBuffer来缓存已生成的UID, 并行化UID的生产和消费, 同时对CacheLine补齐,避免了由RingBuffer带来的硬件级「伪共
