go-athenaeum

module
v0.0.0-...-19f838f Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 11, 2018 License: MIT

README

go-athenaeum

a collection of small #golang packages I use.

  • rangeset set operations on interval ranges GoDoc
  • readuntil like bytes.Index for an io.Reader GoDoc
  • s3seek provides a seekable io.Reader to an S3 object. GoDoc
  • unsplit faster than bytes.Split GoDoc
  • windowmean sliding window mean on a slice GoDoc
  • tempclean like ioutil.TempFile/Dir but cleans up at exit GoDoc

Directories

Path Synopsis
Package rangeset has set operations on ranges: Union, Intersect and Difference
Package rangeset has set operations on ranges: Union, Intersect and Difference
Package s3seek provides a seekable io.Reader to an S3 object.
Package s3seek provides a seekable io.Reader to an S3 object.
Package shpool implements pools for running heterogeneous SHELL processes
Package shpool implements pools for running heterogeneous SHELL processes
tempclean implements a TempFile that makes a best-effort to clean up at exit
tempclean implements a TempFile that makes a best-effort to clean up at exit
Packge unsplit is a faster alternative to bytes.Split when a [][]byte is not needed.
Packge unsplit is a faster alternative to bytes.Split when a [][]byte is not needed.
Package windowmean provides a moderately efficient implementation of a movingmean.
Package windowmean provides a moderately efficient implementation of a movingmean.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL