Skip to content

JonathanLogan/ringmap

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ringmap

An mmap backed ring of arbitrary sized data.

  • freelist: A simple free list implementation.
  • gapstore: Store variable sized []byte in a fragmented fixed size []byte.
  • index: An index implemented as ring.
  • delayqueue: A storage backed queue that reprodues elements after a defined delay.

import "github.com/JonathanLogan/delayqueue"

ToDo:

  • Dump

About

An mmap backed ring of arbitrary sized data

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages