Skip to content

A float64 and string ringbuffer to use in your application backend

Notifications You must be signed in to change notification settings

keithknott26/easyringbuffer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

easyringbuffer

An easy to use float64 and string ringbuffer for use in the application backend, with examples!

Description

This represents an easy way to instantiate and use a string ring buffer or float64 ring buffer in your application.

Downloading

go get -u github.com/keithknott26/easyringbuffer

Usage

import "github.com/keithknott26/easyringbuffer"

(see example/main.go for usage example)

About

A float64 and string ringbuffer to use in your application backend

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages