An open API service providing repository metadata for many open source software ecosystems.

Topic: "ring-buffer"

ye-yu/minecraft-data

A Fabric client-side mod that captures the client-side perspective of Minecraft gameplay.

Language: Kotlin - Size: 222 KB - Last synced at: almost 3 years ago - Pushed at: over 5 years ago - Stars: 3 - Forks: 0

atakansarioglu/c-circus

Lightweight Circular Buffer implementation for ARM Cortex-M and other 32-bit architectures.

Language: C - Size: 7.81 KB - Last synced at: 6 months ago - Pushed at: almost 7 years ago - Stars: 3 - Forks: 0

tzvc/my-FTP-server

My implementation of a RFC 959 compliant FTP server

Language: C - Size: 34.2 KB - Last synced at: almost 3 years ago - Pushed at: over 8 years ago - Stars: 3 - Forks: 0

franz1981/franz-flow-j

Single Consumer implementations of a fixed & variable sized FastFlow-Lamport-Thompson ring-buffers

Language: Java - Size: 55.7 KB - Last synced at: 10 months ago - Pushed at: almost 9 years ago - Stars: 3 - Forks: 1

RaphiaRa/circ_buffer

STL-like circular buffer

Language: C++ - Size: 30.3 KB - Last synced at: 5 months ago - Pushed at: 6 months ago - Stars: 2 - Forks: 0

krkind/circularbuffercc

This repository contains a circular buffer or a ring buffer implementation in C++ code suitable for embedded systems.

Language: C++ - Size: 13.7 KB - Last synced at: 7 months ago - Pushed at: 7 months ago - Stars: 2 - Forks: 0

xvi-xv-xii-ix-xxii-ix-xiv/ourobuf

A no_std (embedded) circular buffer (Ouroboros) with constant-time operations

Language: Rust - Size: 4.88 KB - Last synced at: 3 months ago - Pushed at: 12 months ago - Stars: 2 - Forks: 0

gc-garcol/cafe-ringbuffer

A simple high-performance ring buffer handling 10,000,000 messages/sec.

Language: Java - Size: 1.06 MB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 2 - Forks: 0

meow-watermelon/set-ethernet-max-ring-buffer

Set max TX/RX ring buffer for ethernet device

Language: C - Size: 3.91 KB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 2 - Forks: 0

gc-garcol/aeron-bank

Language: Java - Size: 889 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 2 - Forks: 0

kopsha/easy-queue

An ultra-light, ring buffer and plain queue implementation in ANSI C

Language: C - Size: 38.1 KB - Last synced at: over 1 year ago - Pushed at: over 3 years ago - Stars: 2 - Forks: 1

mdezh/forgetful-circular-buffer

A simple and lightweight forgetful circular buffer (circlular queue) in TypeScript

Language: JavaScript - Size: 176 KB - Last synced at: 3 months ago - Pushed at: almost 4 years ago - Stars: 2 - Forks: 0

green4j/green-cab

Garbage-free (green) low latency structure which combines a CSP-style Channel And a ring Buffer

Language: Java - Size: 217 KB - Last synced at: over 1 year ago - Pushed at: almost 4 years ago - Stars: 2 - Forks: 0

larshei/lovelyBuffer

A FIFO and ring buffer implementation in C with custom data type and multiple buffers for e.g. double buffering or buffering multiple interfaces on embedded devices.

Language: C - Size: 48.8 KB - Last synced at: 2 months ago - Pushed at: over 5 years ago - Stars: 2 - Forks: 1

Smorodov/ScrollingBuffer

Simple scrolling buffer I used for multimodal time series applications.

Language: C++ - Size: 1.95 KB - Last synced at: 8 months ago - Pushed at: about 6 years ago - Stars: 2 - Forks: 1

AlexMasterov/fixed-circular-buffer.js

A tiny (232 bytes) and fast Circular Buffer implementation

Language: JavaScript - Size: 55.7 KB - Last synced at: 5 months ago - Pushed at: about 7 years ago - Stars: 2 - Forks: 0

GC-RIP/zig.rb

🧩 Create type-safe Ruby native extensions effortlessly with zig.rb, offering automatic memory management and high performance using Zig.

Language: Zig - Size: 1.33 MB - Last synced at: 3 days ago - Pushed at: 3 days ago - Stars: 1 - Forks: 0

sbooth/CXXRingBuffer

A lock-free SPSC ring buffer.

Language: C++ - Size: 154 KB - Last synced at: 5 days ago - Pushed at: 5 days ago - Stars: 1 - Forks: 0

fedemagnani/veloce

Performant data structures in Rust

Language: Rust - Size: 2.22 MB - Last synced at: 5 days ago - Pushed at: 7 days ago - Stars: 1 - Forks: 0

d-e-s-o/rbuf

A general purpose ring buffer implementation with some non-standard constraints.

Language: Rust - Size: 107 KB - Last synced at: about 2 months ago - Pushed at: about 2 months ago - Stars: 1 - Forks: 0

grudshtein/mpmc-ring

Header-only, bounded lock-free MPMC ring buffer for C++20 using per-slot sequence numbers, with a reproducible benchmark suite and latency histograms (p50/p95/p99/p99.9).

Language: C++ - Size: 1.89 MB - Last synced at: 3 months ago - Pushed at: 3 months ago - Stars: 1 - Forks: 0

stephane-archer/dart_fixed_queue

a queue with a fixed maximum size in dart

Language: Dart - Size: 5.86 KB - Last synced at: 3 months ago - Pushed at: 4 months ago - Stars: 1 - Forks: 0

with-caer/codas

Codas are Markdown texts that document the structure of related data and their fields. Every Coda can auto-generate efficient binary codecs and APIs for a wide range of platforms, like TypeScript, Python, and Rust.

Language: Rust - Size: 175 KB - Last synced at: about 5 hours ago - Pushed at: 4 months ago - Stars: 1 - Forks: 0

sackosoft/zig-bbq

A high-performance concurrent ring buffer implementing the Block-based Bounded Queue algorithm (BBQ).

Language: Zig - Size: 49.8 KB - Last synced at: 4 months ago - Pushed at: 4 months ago - Stars: 1 - Forks: 0

jurgen-kluft/catomic

Lockfree, atomic library

Language: C++ - Size: 1.92 MB - Last synced at: 7 months ago - Pushed at: 7 months ago - Stars: 1 - Forks: 0

VictorQueiroz/ringbud

A solid implementation of a general-purpose RingBuffer, featuring support for any kind of JavaScript `TypedArray` derivative. 💍

Language: TypeScript - Size: 309 KB - Last synced at: 2 months ago - Pushed at: 9 months ago - Stars: 1 - Forks: 0

jonaspleyer/circ_buffer

A no_std statically allocated ring-buffer with optional serde support.

Language: Rust - Size: 39.1 KB - Last synced at: 9 days ago - Pushed at: 10 months ago - Stars: 1 - Forks: 0

i5heu/GoQueueBench

A project dedicated to benchmarking and evaluating the fastest Golang queue implementations.

Language: Go - Size: 3.22 MB - Last synced at: 10 months ago - Pushed at: 10 months ago - Stars: 1 - Forks: 0

H4RP3R/ring_buffer

A high-performance ring buffer implementation in Go

Language: Go - Size: 46.9 KB - Last synced at: 11 months ago - Pushed at: 11 months ago - Stars: 1 - Forks: 0

keithknott26/easyringbuffer

A float64 and string ringbuffer to use in your application backend

Language: Go - Size: 10.7 KB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 1 - Forks: 1

timstr/spmcq

A Rust library for a thread-safe single-producer, multiple-consumer bounded ring buffer (FIFO queue)

Language: Rust - Size: 11.7 KB - Last synced at: 10 months ago - Pushed at: over 1 year ago - Stars: 1 - Forks: 0

ista-vamos/vamos-buffers

Implementation of shared-memory ring-buffers

Language: C - Size: 938 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 1 - Forks: 0

kaandesu/cgossh

🚧 Playing with C & Go concurrency with ssh client/server for learning purposes.

Language: C - Size: 49.8 KB - Last synced at: over 1 year ago - Pushed at: almost 2 years ago - Stars: 1 - Forks: 0

SerenGTI/MessageCache

Provides a single-allocation ring buffer data structure to be used for inbound network data traffic.

Language: C++ - Size: 46.9 KB - Last synced at: 6 months ago - Pushed at: almost 2 years ago - Stars: 1 - Forks: 0

d-e-e-p/fixed-size-string-buffer

A pre-allocated ring buffer for std::string messages

Language: C++ - Size: 267 KB - Last synced at: over 2 years ago - Pushed at: over 2 years ago - Stars: 1 - Forks: 0

yuchuanwang/RingBuffer

RingBuffer Queue with Lock free

Language: C++ - Size: 3.91 KB - Last synced at: over 2 years ago - Pushed at: almost 3 years ago - Stars: 1 - Forks: 0

silvio3105/sSTD

Custom library with miscellaneous functions

Language: HTML - Size: 866 KB - Last synced at: over 2 years ago - Pushed at: almost 3 years ago - Stars: 1 - Forks: 0

wa1tnr/RingBuffer-ntb99-tnr-a

Experiments with netube99/RingBuffer.git - local work by wa1tnr - May 2022 - version a

Language: C - Size: 29.3 KB - Last synced at: 9 months ago - Pushed at: over 3 years ago - Stars: 1 - Forks: 0

glasgowneuro/AttysComm

Attys Android/JAVA API which communicates with the Attys

Language: Java - Size: 17.5 MB - Last synced at: 2 months ago - Pushed at: almost 4 years ago - Stars: 1 - Forks: 6

LdDl/deque Fork of gammazero/deque

Fast ring-buffer deque (double-ended queue)

Language: Go - Size: 77.1 KB - Last synced at: over 1 year ago - Pushed at: almost 4 years ago - Stars: 1 - Forks: 0

stnrepin/rte_ring-rs

DPDK's rte_ring implementation in Rust

Language: Rust - Size: 7.81 KB - Last synced at: almost 3 years ago - Pushed at: almost 4 years ago - Stars: 1 - Forks: 1

andreamanera/ARPassignment2

Assignment 2 of advanced and robot programming class aims to measure the speed efficiency of different IPC to transfer a certain amount of data between a producer and a consumer represented by two different processes.

Language: Shell - Size: 183 KB - Last synced at: 11 months ago - Pushed at: about 4 years ago - Stars: 1 - Forks: 1

gsharma/offheap-buffers

Language: Java - Size: 52.7 KB - Last synced at: almost 3 years ago - Pushed at: about 4 years ago - Stars: 1 - Forks: 0

Galarius/ring-buffer

Ring (Circular) buffer in Swift

Language: Swift - Size: 212 KB - Last synced at: almost 3 years ago - Pushed at: about 4 years ago - Stars: 1 - Forks: 1

avitex/rust-arae

Cursed data structures

Language: Rust - Size: 233 KB - Last synced at: 29 days ago - Pushed at: over 4 years ago - Stars: 1 - Forks: 0

maximyudayev/MeshNetSound

Teleconferencing Windows audio utility for sound quality enhancement and audio effect generation via a WASAN for the Master of Electronics and ICT course of R&D at KU Leuven 2020-2021

Language: C++ - Size: 116 MB - Last synced at: over 2 years ago - Pushed at: almost 5 years ago - Stars: 1 - Forks: 0

rvncerr/gocontainers

Containers for Go.

Language: Go - Size: 19.5 KB - Last synced at: 3 months ago - Pushed at: about 5 years ago - Stars: 1 - Forks: 0

blackredscarf/rtdsync

A C++ library implements channel, timer, wait group, for multi-thread synchronization, inspired by Golang design.

Language: C++ - Size: 14.6 KB - Last synced at: almost 2 years ago - Pushed at: over 5 years ago - Stars: 1 - Forks: 1

msays2000/ring

Ring a circular buffer implemented as two channels in golang

Language: Go - Size: 4.88 KB - Last synced at: 3 months ago - Pushed at: over 5 years ago - Stars: 1 - Forks: 0

wdamron/bitring

Go implementation of a bitmap ring-buffer which tracks the state of windowed out-of-order processing over a sequence of logical offsets

Language: Go - Size: 1.95 KB - Last synced at: 4 months ago - Pushed at: over 5 years ago - Stars: 1 - Forks: 0

da-vics/ring_vector

A Vector that allows for data to be added to the start of the stack once the vector maximum capacity has been reached

Language: C++ - Size: 1000 Bytes - Last synced at: about 1 month ago - Pushed at: almost 6 years ago - Stars: 1 - Forks: 0

ankraft/arduino-tools

A collection of code snippets for Arduino programming

Language: C++ - Size: 60.5 KB - Last synced at: 3 months ago - Pushed at: almost 6 years ago - Stars: 1 - Forks: 1

huanpc/lock_free_queue_practice

Implement lock free queue technique by myself

Language: Java - Size: 7.81 KB - Last synced at: almost 3 years ago - Pushed at: over 6 years ago - Stars: 1 - Forks: 0

tocisz/atmega88pa-serial

My training project for ATmega88P. Implements interrupt driven serial communication using ring-buffer that integrates with stdio.h from avr-libc.

Language: C - Size: 492 KB - Last synced at: almost 3 years ago - Pushed at: over 7 years ago - Stars: 1 - Forks: 0

nurzico/enqueue Fork of s5r3/enqueue

Another BlockingQueue implemented as ring buffer and aware of consumer

Language: Java - Size: 8.79 KB - Last synced at: almost 3 years ago - Pushed at: over 7 years ago - Stars: 1 - Forks: 0

nschurando/libvrb-win

Windows port of the libvrb

Language: C - Size: 7.81 KB - Last synced at: about 2 years ago - Pushed at: almost 8 years ago - Stars: 1 - Forks: 0

noahcroit/RingBuffer_and_DataFraming_C

My implementation of circular (ring) data buffer in C, using memcpy() to increase the speed of en-queue & de-queue function for a large data.

Language: C - Size: 27.3 KB - Last synced at: over 2 years ago - Pushed at: almost 8 years ago - Stars: 1 - Forks: 0

Battleroid/seccam 📦

Record, capture motion events from a webcam, like a CCTV loop

Language: Python - Size: 16.6 KB - Last synced at: over 2 years ago - Pushed at: almost 8 years ago - Stars: 1 - Forks: 2

netromdk/cods

Collection of Data Structures (vanilla C++14)

Language: C++ - Size: 726 KB - Last synced at: 10 months ago - Pushed at: almost 8 years ago - Stars: 1 - Forks: 1

kkartaltepe/rust-ring

Generic ring buffer in rust that is performant enough and prevents interleaved writes

Language: Rust - Size: 12.7 KB - Last synced at: 9 months ago - Pushed at: almost 9 years ago - Stars: 1 - Forks: 0

imatakatsu/ringer

High-performance, lock-free MPMC ring buffer and thread-safe round-robin balancer for Go 1.23+

Language: Go - Size: 4.88 KB - Last synced at: 5 days ago - Pushed at: 8 days ago - Stars: 0 - Forks: 0

UFO-010/ringbuf

Simple lock-free SPSC FIFO ring buffer

Language: C++ - Size: 91.8 KB - Last synced at: 18 days ago - Pushed at: 21 days ago - Stars: 0 - Forks: 0

BAT4K/Magma-Trading-Engine

Ultra-low latency Java trading engine (LMAX Disruptor pattern).

Language: Java - Size: 10.7 KB - Last synced at: 19 days ago - Pushed at: 23 days ago - Stars: 0 - Forks: 0

xlp666hub/AsyncLog-RingBuffer

A high-performance asynchronous logging library for embedded systems based on Ring Buffer and MPSC model. (Zero-copy, Lock-free optimized)

Language: C - Size: 38.1 KB - Last synced at: 24 days ago - Pushed at: 26 days ago - Stars: 0 - Forks: 0

Shaheer12345678/-PIC24F-UART-Driver-Ring-Buffer-ENSF-lab-

Configured UART2 on a PIC24F; implemented an interrupt-driven ring buffer for RX/TX; verified with a serial terminal and logic/scope traces; wrote a brief register-config guide.

Language: C - Size: 4.88 KB - Last synced at: about 2 months ago - Pushed at: about 2 months ago - Stars: 0 - Forks: 0

LinkouCommander/LFRing

LittleFS Ring Buffer Library for ESP32

Language: C - Size: 6.84 KB - Last synced at: 2 months ago - Pushed at: 2 months ago - Stars: 0 - Forks: 0

eagletrt/libring-buffer-sw

Simple circular buffer data structure implementation suited for all embedded devices

Language: C - Size: 62.5 KB - Last synced at: 2 months ago - Pushed at: 2 months ago - Stars: 0 - Forks: 0

olyutorskii/PhiphoJ

PhiPhoJ is primitive-typed array based ring buffer Java library.

Language: Java - Size: 95.7 KB - Last synced at: about 1 month ago - Pushed at: 3 months ago - Stars: 0 - Forks: 0

artelk/MagicRingBuffer

Ultra-fast ring (circular) buffer based on mapping the underlying memory segment to two contiguous regions of virtual memory

Language: C# - Size: 20.5 KB - Last synced at: 27 days ago - Pushed at: 3 months ago - Stars: 0 - Forks: 0

ManiAm/dpdk-labnet

A minimal virtual lab environment using two VMs to test and validate DPDK-based packet processing and traffic forwarding.

Language: Python - Size: 687 KB - Last synced at: 4 months ago - Pushed at: 4 months ago - Stars: 0 - Forks: 0

HuRuilizhen/ring_buffer

ring buffer written in cpp

Language: C++ - Size: 64.5 KB - Last synced at: 4 months ago - Pushed at: 4 months ago - Stars: 0 - Forks: 0

kmu2030/RingBufferLib

Ring Buffer for NX/NJ in Sysmac Studio

Language: Shell - Size: 31.4 MB - Last synced at: 4 months ago - Pushed at: 4 months ago - Stars: 0 - Forks: 0

dmgolembiowski/cosring

https://crates.io/crates/cosring

Language: Rust - Size: 27.3 KB - Last synced at: 3 months ago - Pushed at: 5 months ago - Stars: 0 - Forks: 0

agilira/zephyros

Zephyros is a lock-free, zero-allocation MPSC (Multi-Producer, Single-Consumer) ring buffer for Go, engineered for applications that demand extreme throughput, predictable latency, and uncompromising efficiency under high concurrency.

Language: Go - Size: 160 KB - Last synced at: 5 months ago - Pushed at: 5 months ago - Stars: 0 - Forks: 0

agilira/xantos

Xantos is an ultra-high-performance, lock-free ring buffer for Go, engineered for workloads that demand extreme throughput, minimal latency, and zero allocations. Initially developed as the core messaging backbone of Zephyros, Xantos has since evolved into a standalone project — because in this family, speed is a tradition.

Language: Go - Size: 2.63 MB - Last synced at: 5 months ago - Pushed at: 5 months ago - Stars: 0 - Forks: 0

randomfunction/MessageBroker

A high-performance, lock-free message broker in C++ using atomic ring buffers with publish-subscribe support, multi-threaded communication, and nanosecond latency benchmarking.

Language: C++ - Size: 998 KB - Last synced at: 4 months ago - Pushed at: 5 months ago - Stars: 0 - Forks: 0

diffstorm/cb

A portable, lock-free circular buffer implementation designed for embedded systems, real-time applications, and multi-threaded environments. This library provides a robust ring buffer solution with ISR-safe operations, memory barriers for correct concurrency, and comprehensive test coverage.

Language: C - Size: 81.1 KB - Last synced at: 6 months ago - Pushed at: 6 months ago - Stars: 0 - Forks: 0

dk-open/ring

High-performance lock-free SPMC ring buffer with two-phase dequeue protocol

Language: Go - Size: 16.6 KB - Last synced at: 6 months ago - Pushed at: 6 months ago - Stars: 0 - Forks: 0

JosefLeinweber/ConnectDAWs-VSTPlugin

ConnectDAWs is a VST3 plugin that enables the users to stream audio data between two DAWs with low latency. The goal of ConnectDAWs is to connect two DAWs allowing the users to collaborate in real time where ever they are.

Language: C++ - Size: 5.28 MB - Last synced at: 7 months ago - Pushed at: 7 months ago - Stars: 0 - Forks: 0

WilliamZhang20/Data-Structures

Data Structures in C++

Language: C++ - Size: 85.9 KB - Last synced at: 6 months ago - Pushed at: 7 months ago - Stars: 0 - Forks: 0

nktsb/custom-ring-buffer

My ring buffer implementation for embedded projects

Language: C - Size: 8.79 KB - Last synced at: 8 months ago - Pushed at: 8 months ago - Stars: 0 - Forks: 0

karlobratko/spsc-fifo

Single-Producer Single-Consumer Lock Free Ring Queue

Language: C - Size: 6.84 KB - Last synced at: 9 months ago - Pushed at: 9 months ago - Stars: 0 - Forks: 0

cloneable/bytering

A ring buffer for vectored writing and reading in Rust

Language: Rust - Size: 38.1 KB - Last synced at: 5 months ago - Pushed at: 9 months ago - Stars: 0 - Forks: 0

ema-g72/SPSC_ringbuffer

Single Producer Single Consumer (SPSC) lock-free, thread safe circular buffer

Language: C - Size: 8.79 KB - Last synced at: 8 months ago - Pushed at: 10 months ago - Stars: 0 - Forks: 0

jaksa-krawczyk/brbuffer

Lockless ring buffer

Language: C++ - Size: 288 KB - Last synced at: 8 months ago - Pushed at: 10 months ago - Stars: 0 - Forks: 0

hedon954/devkit-go

devkit-go is a collection of various Go solutions and tools designed to help developers solve common problems and enhance their applications efficiently. This repository provides ready-to-use code snippets, utilities, libraries, and best practices for Go programming.

Language: Go - Size: 390 KB - Last synced at: 10 months ago - Pushed at: 10 months ago - Stars: 0 - Forks: 0

phtea/bfq

Blazingly Fast Queue Data Structure for Golang

Language: Go - Size: 17.6 KB - Last synced at: 11 months ago - Pushed at: 11 months ago - Stars: 0 - Forks: 0

minhthong582000/atomicringbuffer

A lock-free single producer, single consumer ringbuffer implementation in Go

Language: Go - Size: 21.5 KB - Last synced at: 11 months ago - Pushed at: 12 months ago - Stars: 0 - Forks: 0

ain1084/audio-frame-buffer

A multi-channel ring buffer library for efficient audio frame buffering in Single Producer, Single Consumer (SPSC) scenarios. Optimized for audio data processing in multi-threaded environments.

Language: TypeScript - Size: 115 KB - Last synced at: 2 months ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

Amjad50/blinkcast

Fast, Lock-free, Bounded, Lossy Rust broadcast channel/ring buffer with `no_std` support

Language: Rust - Size: 85 KB - Last synced at: 3 months ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

dmidem/mockpipe

A lightweight, thread-safe in-memory pipe for Rust applications, perfect for testing and mocking communication interfaces.

Language: Rust - Size: 0 Bytes - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

sh4run/message_queue

An inter-thread message queue implementation based on circular buffer and eventfd.

Language: C - Size: 12.7 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

hadv/ringcache

a non thread-safe circular cache

Language: Go - Size: 41 KB - Last synced at: 8 months ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 1

ista-vamos/fase23-experiments

Experiments for the paper "VAMOS: Middleware for Best-Effort Third-Party Monitoring" accepted to FASE 2023.

Language: SWIG - Size: 3.09 MB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

autoas/vdds

VDDS - The Virtio Ring Buffer & Shared Memory based DDS

Language: C++ - Size: 471 KB - Last synced at: almost 2 years ago - Pushed at: almost 2 years ago - Stars: 0 - Forks: 0

guimauveb/ring-buffer

Lock-free, thread safe ring buffer.

Language: Rust - Size: 20.5 KB - Last synced at: almost 2 years ago - Pushed at: almost 2 years ago - Stars: 0 - Forks: 0

bhf/marketdata-messages

Project using SBE, Aeron, Agrona ringbuffers, Disruptor, Chronicle Queue, Likwid markers, Code Generation, HDRHistogram

Language: Java - Size: 267 KB - Last synced at: almost 2 years ago - Pushed at: almost 2 years ago - Stars: 0 - Forks: 0

IvanMzk/multithreading

Multithreading components

Language: C++ - Size: 362 KB - Last synced at: about 2 years ago - Pushed at: about 2 years ago - Stars: 0 - Forks: 0

xinlin-z/ringbb

Ring Byte Buffer in C

Language: C - Size: 38.1 KB - Last synced at: 9 months ago - Pushed at: about 2 years ago - Stars: 0 - Forks: 0

ignavan39/ipz-io

Language: C++ - Size: 34.2 KB - Last synced at: 3 months ago - Pushed at: about 2 years ago - Stars: 0 - Forks: 0