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

GitHub topics: circular-buffer

FRACerqueira/RingBufferPlus

The generic ring buffer with auto-scaler (elastic buffer).

Language: C# - Size: 913 KB - Last synced at: 4 days ago - Pushed at: 4 days ago - Stars: 23 - Forks: 1

LinkouCommander/LFRing

LittleFS Ring Buffer Library for ESP32

Language: C - Size: 6.84 KB - Last synced at: 11 days ago - Pushed at: 11 days ago - Stars: 0 - Forks: 0

user1095108/dq

c++ circular buffer implementation

Language: C++ - Size: 388 KB - Last synced at: 12 days ago - Pushed at: 12 days ago - Stars: 1 - Forks: 1

gammazero/deque

Fast ring-buffer deque (double-ended queue)

Language: Go - Size: 72.3 KB - Last synced at: 12 days ago - Pushed at: 12 days ago - Stars: 721 - Forks: 69

AlSch092/LockFree-CircularBuffer

Lock-free circular buffer in C++ for fast & thread-safe telemetry

Language: C++ - Size: 9.77 KB - Last synced at: 27 days ago - Pushed at: about 1 month ago - Stars: 1 - Forks: 1

cattlecloud/circlebuffer

A circular buffer implementation in Go with support for generics.

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

hedzr/go-ringbuf

Lock-free MPMC Ring Buffer (Generic) for SMP, in golang. Some posts in chinese:

Language: Go - Size: 145 KB - Last synced at: about 2 months ago - Pushed at: about 2 months ago - Stars: 104 - Forks: 8

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: about 1 month ago - Pushed at: about 2 months ago - Stars: 0 - Forks: 0

liyanboy74/fifo

Implement circular FIFO buffer in C

Language: C - Size: 13.7 KB - Last synced at: about 1 month ago - Pushed at: over 2 years ago - Stars: 2 - Forks: 1

unageek/Deque

Double-ended queue for .NET πŸ”

Language: C# - Size: 29.3 KB - Last synced at: about 1 month ago - Pushed at: almost 3 years ago - Stars: 3 - 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: 3 months ago - Pushed at: 3 months ago - Stars: 1 - Forks: 0

mauriciosantos/Buckets-Swift

Swift Collection Data Structures Library

Language: Swift - Size: 2.68 MB - Last synced at: 6 days ago - Pushed at: almost 7 years ago - Stars: 119 - Forks: 14

Squishy47/OpenVerb

Algorithmic reverb VST using FDN's

Language: C++ - Size: 31.3 KB - Last synced at: about 1 month ago - Pushed at: about 7 years ago - Stars: 43 - Forks: 2

Coskunruhi/STM32-UART-Protocol-Parser-with-CRC16

Interrupt-driven dual UART parser for STM32 with CRC16/CMS verification using state machine and circular buffer.

Language: C - Size: 18.6 KB - Last synced at: 3 months ago - Pushed at: 3 months ago - Stars: 0 - Forks: 0

serbayozkan/GenericCircularBuffer_C

Lightweight Generic Circular/Ring Buffer Library for Embedded Systems in C

Language: C - Size: 540 KB - Last synced at: 4 months ago - Pushed at: 4 months ago - Stars: 9 - Forks: 3

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: 4 months ago - Pushed at: 4 months ago - Stars: 0 - Forks: 0

RaphiaRa/circ_buffer

STL-like circular buffer

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

NULLx76/ringbuffer

A fixed-size circular buffer written in Rust.

Language: Rust - Size: 506 KB - Last synced at: 4 months ago - Pushed at: 4 months ago - Stars: 116 - Forks: 25

AndersKaloer/Ring-Buffer

A simple ring buffer (circular buffer) designed for embedded systems.

Language: C - Size: 126 KB - Last synced at: 4 months ago - Pushed at: 7 months ago - Stars: 590 - Forks: 200

pzaino/gods

GoDS is just a Go Lang library of Datastructures I created for my own projects and to practice some generic programming in go

Language: Go - Size: 760 KB - Last synced at: 4 months ago - Pushed at: 4 months ago - Stars: 2 - Forks: 2

spencermcarthur/circular-buffer

Lock-free circular buffer implementation using POSIX shared memory IPC facilities

Language: C++ - Size: 461 KB - Last synced at: 5 months ago - Pushed at: 5 months ago - Stars: 0 - 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: 5 months ago - Pushed at: 5 months ago - Stars: 2 - Forks: 0

MJayConstantino/SEKnightmares

⏰ 2D Unity action game featuring innovative time rewind mechanics using Circular Buffer algorithm

Language: C# - Size: 80 MB - Last synced at: 6 months ago - Pushed at: 6 months ago - Stars: 1 - Forks: 0

valkyrianlabs/BoundedPriorityDeque

Single-header, lightweight, and performant bounded priority deque with wide applicability via templating

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

DNedic/lockfree

A collection of lock-free data structures written in standard C++11

Language: C++ - Size: 620 KB - Last synced at: 6 months ago - Pushed at: 10 months ago - Stars: 886 - Forks: 55

HajjSalad/TM4C-Elevator-Control-System

A task-based elevator control system using FreeRTOS, simulating a 4-floor elevator in TM4C.

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

Squishy47/Circular-Buffer

A Circular Buffer with Cubic and Linear interpolation

Language: C++ - Size: 17.6 KB - Last synced at: 4 months ago - Pushed at: over 6 years ago - Stars: 9 - Forks: 1

Matth-ewe-f/audio-plugin-delay-intervals

An audio plugin that can create fully customizable delay patterns, with adjustable volume, panning, and interval between repeats

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

DNedic/lfbb

A Lock Free Bipartite Buffer Library written in standard C11

Language: C++ - Size: 458 KB - Last synced at: 6 months ago - Pushed at: over 1 year ago - Stars: 71 - Forks: 10

federicoscarpioni/npbuffer

A simple interface to use a Numpy array as circular buffer

Language: Python - Size: 21.5 KB - Last synced at: 7 months ago - Pushed at: 7 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: 24 days ago - Pushed at: 24 days ago - Stars: 0 - Forks: 0

nimaltd/rbuf

Multitype Ring Buffer (Circular Buffer) Library for STM32

Language: C - Size: 48.8 KB - Last synced at: 8 months ago - Pushed at: 8 months ago - Stars: 19 - Forks: 3

mjshakir/CircularBuffer

Circular Buffer that can either use a fixed-size buffer and dynamic buffer in a lock-free manner.

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

lukasz1podgorski/StereoSanctionMultiFX

StereoSanction MultiFX - VST3 Multi-effect based on fractional delay line algorithm. It can achieve popular audio effects such as delay, vibrato, chorus, flanger, ring modulator, tremolo, overdrive, distortion and fuzz. GUI designed to be welcoming for every audio enthousiast, without the clutter of modern apps serving similar purpose.

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

massimo-marino/circular-buffer

A C++ implementation of a circular buffer

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

tornikegomareli/Deque

πŸ¦Έβ€β™‚οΈA Deque collection type implemented with Swift's protocols: Sequence, Collection, MutableCollection, and BidirectionalCollection with using of circular buffer to maximize memory usage

Language: Swift - Size: 18.6 KB - Last synced at: about 1 month ago - Pushed at: over 2 years ago - Stars: 2 - Forks: 0

H4RP3R/ring_buffer

A high-performance ring buffer implementation in Go

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

Roen-Ro/CircularBuffer

circular buffer, circular queue, cyclic buffer, ring buffer

Language: C - Size: 14.6 KB - Last synced at: 4 months ago - Pushed at: over 6 years ago - Stars: 134 - Forks: 34

IzidorM/fw_byte_fifo

minimalistic implementation of fifo for buffering byte streams

Language: C - Size: 15.6 KB - Last synced at: 9 months ago - Pushed at: 9 months ago - Stars: 1 - 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: about 2 months ago - Pushed at: 10 months ago - Stars: 2 - Forks: 0

CDFER/Ring-Buffer-Demo-ESP32-Arduino

A demo project showcasing the use of FreeRTOS ring buffers on the ESP32 platform with Arduino. This project demonstrates how to create, send, and receive data using ring buffers, providing a basic example for embedded systems development.

Language: C++ - Size: 763 KB - Last synced at: 7 months ago - Pushed at: over 1 year ago - Stars: 4 - Forks: 2

elijahr/lockfreequeues

Lock-free queue implementations for Nim.

Language: Nim - Size: 538 KB - Last synced at: 5 months ago - Pushed at: about 1 year ago - Stars: 44 - Forks: 4

Jaybro/ouroboros

A C++ header only library containing a cyclic deque, aka a circular buffer, that supports fast insertion and deletion at both its beginning and end.

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

faizanu94/buflux

A high-performance, event-driven buffer library for Node.js and browsers, with configurable overflow strategies

Language: TypeScript - Size: 31.3 KB - Last synced at: about 1 month ago - Pushed at: 11 months ago - Stars: 7 - Forks: 0

mrizaln/circbuf

A simple C++ circular buffer written in C++20 with STL and random access support

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

Eric-Canas/CircularDict

CircularDict is a high-performance Python data structure that blends the functionality of dictionaries and circular buffers. Inheriting the usage of traditional dictionaries, it allows you to define constraints on size and memory usage. Ideal for caching large data structures while maintaining control over memory footprint.

Language: Python - Size: 121 KB - Last synced at: 23 days ago - Pushed at: over 1 year ago - Stars: 8 - Forks: 1

t1m013y/RingBuf-c

A ring buffer (FIFO) library for C and C++

Language: C - Size: 39.1 KB - Last synced at: 11 months ago - Pushed at: 11 months ago - Stars: 3 - Forks: 0

JustasMasiulis/circular_buffer

A constexpr STL style circular buffer implementation

Language: C++ - Size: 51.8 KB - Last synced at: 7 months ago - Pushed at: over 1 year ago - Stars: 71 - Forks: 18

ezzaldeeen/shmbuf

Shared-Memory Circular Buffer

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

tauseefk/rasengan

Minimal circular buffer implementation.

Language: Rust - Size: 33.2 KB - Last synced at: about 1 month ago - Pushed at: 11 months ago - Stars: 0 - Forks: 0

video-audio/va-ts

MPEG-TS muxer/demuxer library for Rust

Language: Rust - Size: 55.7 KB - Last synced at: 29 days ago - Pushed at: 3 months ago - Stars: 22 - Forks: 2

ori88c/data-oriented-slim-queue

A slim and efficient in-memory queue with a basic API for Node.js projects. The implementation employs Data-Oriented Design using a cyclic buffer, optimizing memory layout through sequential item allocation.

Language: TypeScript - Size: 162 KB - Last synced at: about 2 months ago - Pushed at: 12 months ago - Stars: 0 - Forks: 0

ori88c/data-oriented-slim-deque

A slim and efficient in-memory Deque (doubly-ended queue) for Node.js projects, designed with Data-Oriented Design principles and implemented using a cyclic buffer to optimize memory layout through sequential item allocation. A notable real-world use case is maintaining the minimum or maximum item in a data stream.

Language: TypeScript - Size: 20.5 KB - Last synced at: about 2 months ago - Pushed at: 12 months ago - Stars: 0 - Forks: 0

andkae/SPI-Flash-Circular-Buffer

SPI Flash based Circular Buffer implementation

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

tniessen/littlefs-ringbuffer

Circular buffers backed by littlefs files, for resource-constrained devices

Language: C - Size: 19.5 KB - Last synced at: 7 months ago - Pushed at: about 1 year ago - Stars: 6 - Forks: 1

negrel/ringo

:atom_symbol: A thread safe, lock free, efficient ring buffer library.

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

avdwebLibraries/avdweb_CodeDebugScope

Fast Code Debug Oscilloscope Library for Arduino

Language: C++ - Size: 94.7 KB - Last synced at: 21 days ago - Pushed at: about 1 year ago - Stars: 9 - Forks: 2

TheLazyTomcat/lib.RingBuffer

Class implementing simple ring buffer (also known as circular buffer).

Language: Pascal - Size: 24.4 KB - Last synced at: 9 months ago - Pushed at: about 1 year ago - Stars: 5 - Forks: 3

solesen1992/Processes-Threads-Concurrency-exercise-practice

Practice exercises from my education in Computer Science (second semester in Technology).

Language: Java - Size: 79.1 KB - Last synced at: about 2 months ago - Pushed at: about 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: about 1 year ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

An7ar35/circular-buffer

C implementation of a circular buffer for 2 threads (producer/consumer) using mmap

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

Stablesj/RingArray

An efficient circular buffer that subclasses NumPy ndarray.

Language: Python - Size: 1.95 KB - Last synced at: over 1 year ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

krkind/circularbuffer

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

Language: C - Size: 18.6 KB - Last synced at: 11 months ago - Pushed at: almost 4 years ago - Stars: 17 - Forks: 0

andreysolovyev381/circular_buffer_fixed_size

Short exercise on a fixed size circular buffer data structure.

Language: C++ - Size: 30.3 KB - Last synced at: 5 months 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: 6 months ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 1

fxlrnrpt/fixed-size-list

A small library that brings a fixed-length list (aka circular buffer) with an event emitter to Typescript and Javascript

Language: TypeScript - Size: 202 KB - Last synced at: about 2 months ago - Pushed at: almost 4 years ago - Stars: 8 - Forks: 0

philbooth/hoopy πŸ“¦

MOVED TO GITLAB

Language: JavaScript - Size: 11.7 KB - Last synced at: over 1 year ago - Pushed at: over 8 years ago - Stars: 14 - Forks: 0

kelvincesar/ufsc_instrumentacao_trab_final

RepositΓ³rio utilizado para armazenar os arquivos do uC ESP32, utilizados no trabalho final da disciplina de InstrumentaΓ§Γ£o para Sistemas EletrΓ΄nicos da UFSC de Joinville.

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

jnk0le/Ring-Buffer

simple C++11 ring buffer implementation, allocated and evaluated at compile time

Language: C++ - Size: 78.1 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 342 - Forks: 60

ibeauregard/curl

This is a partial replica of the Unix curl command. Just like its counterpart, my_curl is used to fetch data from a server without any user interaction.

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

barkinet/barki

Bachelor Naval Science

Size: 688 KB - Last synced at: over 1 year ago - Pushed at: over 8 years ago - Stars: 0 - Forks: 0

Pudzz/Viewport-Editor-Gameplay3D

Viewport editor made with Autodesk Mayas C++ API and GamePlay3D [Open-Source C++ game engine].

Language: C++ - Size: 195 MB - Last synced at: over 1 year ago - Pushed at: over 4 years ago - Stars: 2 - Forks: 1

fbv81bp/SHA-256_full_pipeline_in_VHDL

Fully pipelined SHA2-256 VHDL description with circular buffers instead of shift registers for low power.

Language: VHDL - Size: 205 KB - Last synced at: over 1 year ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

JuliaReinforcementLearning/CircularArrayBuffers.jl

Language: Julia - Size: 44.9 KB - Last synced at: 8 days ago - Pushed at: over 1 year ago - Stars: 10 - Forks: 2

abouvier/CircularBuffer

Circular buffer library for Arduino

Language: C++ - Size: 14.6 KB - Last synced at: over 1 year ago - Pushed at: over 7 years ago - Stars: 1 - Forks: 0

michaelnoguera/537-proj2

"Shared Memory Producer/Consumer Program", CS 537 Programming Assignment 2 (Fall 2020).

Language: C - Size: 4.48 MB - Last synced at: over 1 year ago - Pushed at: about 5 years ago - Stars: 0 - Forks: 0

ledav-net/logger-thread

A low latency threaded logger with multiple producers and 1 consumer through a circular buffer per thread, without locks. Implements the Linux futex and atomics to sleep and wake up when needed.

Language: C - Size: 149 KB - Last synced at: almost 2 years ago - Pushed at: over 2 years ago - Stars: 9 - Forks: 2

GaslightGod/MaxMemArray

MaxMemArray stands as an exemplary JavaScript class, meticulously crafted for optimal performance in the realm of circular buffers with sophisticated memory management capabilities

Language: JavaScript - Size: 4.94 MB - Last synced at: almost 2 years ago - Pushed at: almost 2 years ago - Stars: 1 - Forks: 0

Cyroxin/Elembuf

An efficient and simple to use buffer/array for data manipulation.

Language: D - Size: 333 KB - Last synced at: 4 months ago - Pushed at: almost 5 years ago - Stars: 6 - Forks: 0

ohkashi/CircularArray

Double Buffered Circular Array

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

Alfystar/EMP

Embedded Message Pack

Language: C - Size: 34 MB - Last synced at: about 1 month ago - Pushed at: about 4 years ago - Stars: 5 - Forks: 0

rroels/rust-circular-buffer

A basic circular buffer implementation for the Rust programming language

Language: Rust - Size: 13.7 KB - Last synced at: about 2 years ago - Pushed at: over 5 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: over 7 years ago - Stars: 1 - Forks: 0

mdezh/forgetful-circular-buffer

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

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

hwixley/fall-detection-data-collection-server

A localhost server to ensure secure and private data collection for fall detection data. This server uses IP-based whitelisting for security. This server streams ECG & Accelerometer data in chunks using a circular buffer to mitigate data loss.

Language: JavaScript - Size: 4.46 MB - Last synced at: about 2 years ago - Pushed at: almost 4 years ago - Stars: 0 - Forks: 0

navyenzo/blBufferLIB

a header-only template library that defines a generic contiguous N-Dimensional Buffer with stl-algorithm compatible circular iterators that make writing-to/reading-from the buffers multi-thread/multi-process safe

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

RobertDurfee/FirstInFirstOutCache

A direct-mapped cache for variable-length arrays with first-in, first-out replacement and static allocation.

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

MajicDesigns/MD_CirQueue

FIFO queue for generalised items, implemented as a circular buffer

Language: C++ - Size: 202 KB - Last synced at: over 2 years ago - Pushed at: about 5 years ago - Stars: 7 - Forks: 6

jajoosiddhant/Principles-of-Embeddded-Software-PES

Consists of Projects and Assignments Completed in Principles of Embedded Software Course | ECEN 5813 | University of Colorado, Boulder : UART, Circular Buffer, C-Unit Test Framework, Memory Manipulation, ADC, DMA, Function Pointers.

Language: C - Size: 3.34 MB - Last synced at: over 2 years ago - Pushed at: over 6 years ago - Stars: 0 - Forks: 0

jainsarthak277/Coding-Concepts

Coding Practice. Concepts like Arrays, Linked Lists, Strings are covered along with tests for different companies' preparation. Text file of useful Linux bash commands provided.

Language: C - Size: 91.8 KB - Last synced at: over 2 years ago - Pushed at: about 5 years ago - Stars: 0 - Forks: 0

s-celles/numpy-buffer

A Python NumPy implementation of ring buffer (aka circular buffer)

Language: Python - Size: 31.3 KB - Last synced at: 4 months ago - Pushed at: almost 7 years ago - Stars: 7 - Forks: 2

tandemdude/shared_cbuff

An implementation of a circular buffer which makes use of SharedMemory in order to allow sharing of the data across multiple python instances.

Language: Python - Size: 5.42 MB - Last synced at: 12 days ago - Pushed at: almost 5 years ago - Stars: 5 - Forks: 3

alinaiil/ITMO-programming-1course

Programming, IS ITMO, 1st and 2nd semester (C, C++)

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

vinitjames/circularbuffer

A lightweight C++ STL style circular buffer.

Language: C++ - Size: 45.9 KB - Last synced at: over 2 years ago - Pushed at: over 2 years ago - Stars: 11 - Forks: 4

DNedic/lfbb_cpp πŸ“¦

A Lock Free Bipartite Buffer Library written in standard C++11

Language: C++ - Size: 32.2 KB - Last synced at: over 2 years ago - Pushed at: over 2 years ago - Stars: 10 - Forks: 2

hutorny/infiniray

Infinite Array - A memory mirrored ring buffer

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

hwixley/Fall-Detection-Deep-Learning

Preprocessing my fall detection dataset using data standardisation and sliding windows, and splitting this data into train/validation/test sets. Modelling performed on PyTorch using LSTM and CNN networks. The final models were exported to `.tflite` files to be run on a mobile phone. The best performing model was the ResNet152 with 92.8% AUC.

Language: Jupyter Notebook - Size: 58.7 MB - Last synced at: about 2 years ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

WinPooh32/ring

Generic circular buffer

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

cuzfrog/tgods

Typesafe Go Data Structure with generics, rich interfaces, functional transformation, and more...

Language: Go - Size: 178 KB - Last synced at: over 1 year ago - Pushed at: over 2 years ago - Stars: 5 - Forks: 1

jmmoser/Data-Structures

Bare-bones data structures in C

Language: C - Size: 23.4 KB - Last synced at: 5 months ago - Pushed at: almost 6 years ago - Stars: 2 - Forks: 0