Skip to content

dominicmkennedy/gobrr

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gobrr

This is an experimental package, and is unfit for production use. gobrr provides an in memory filesystem to any go program. This filesystem aims to speedup temporary file I/O by storing everything in memory. The gobrr filesystem will provide all necessary means of file interaction such as os.File, file paths, and file descriptors gobrr is built as a wrapper around memfd_create and as such will only work on linux systems.

This package is largely inspired by this blog post by Terin Stock and I would like to thank him for his work

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages