Skip to content

russellpierce/ring

 
 

Repository files navigation

ring

Ring Buffers

Linux Build Status Windows Build status

Ring buffers in R and C.

There are two sorts of buffers implemented; a pure R ring buffer implemented as double linked list (using environments) that is genuinely ring, and one implemented in C that operates as an array of bytes. Both can be used from R, and the C one can be used in other packages using R's LinkingTo: support.

Installation

devtools::install_github("richfitz/ring")

Usage

library(ring)

License

MIT + file LICENSE © Rich FitzJohn.

About

💍 Ring buffers

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • R 72.9%
  • C 25.8%
  • Makefile 1.1%
  • C++ 0.2%