Pinned Repositories
go-bitarray
A Go package providing data types and functions for manipurating bit arrays, aka bit strings, of arbitrary length.
go-bmppath
A Go package converting a monochrome 1-bit bitmap image into a set of vector paths.
go-cache
A Go package providing a simple LRU cache with generics.
go-cbspline
A Go package implementing the Cubic Spline Interpolation algorithm.
go-filecache
A Go package providing LRU file caching mechanism.
go-infounit
A Go package providing information unit data types that can be formatted into and parsed from human-readable strings with SI or binary prefix.
go-peak
A Go package providing a generic data type to track maximum and minimum peak values.
go-randdata
A Go package providing a mechanism for unit testing to generate and verify reproducible pseudo-random byte sequences.
go-speedio
A Go package implementing both bit rate limit and bit rate measurement for an io.Reader or io.Writer object.
go-tdma
Just for a simple experiment with TDMA (Tridiagonal Matrix Algorithm, aka Thomas algorithm).
tunabay's Repositories
tunabay/go-bitarray
A Go package providing data types and functions for manipurating bit arrays, aka bit strings, of arbitrary length.
tunabay/go-infounit
A Go package providing information unit data types that can be formatted into and parsed from human-readable strings with SI or binary prefix.
tunabay/go-speedio
A Go package implementing both bit rate limit and bit rate measurement for an io.Reader or io.Writer object.
tunabay/go-bmppath
A Go package converting a monochrome 1-bit bitmap image into a set of vector paths.
tunabay/go-cbspline
A Go package implementing the Cubic Spline Interpolation algorithm.
tunabay/go-filecache
A Go package providing LRU file caching mechanism.
tunabay/go-cache
A Go package providing a simple LRU cache with generics.
tunabay/go-peak
A Go package providing a generic data type to track maximum and minimum peak values.
tunabay/go-randdata
A Go package providing a mechanism for unit testing to generate and verify reproducible pseudo-random byte sequences.
tunabay/go-tdma
Just for a simple experiment with TDMA (Tridiagonal Matrix Algorithm, aka Thomas algorithm).
tunabay/go-typeio
A Go package providing handy functions for reading and writing primitive data types over io.Reader and io.Writer.
tunabay/go-waitqueue
A Go package providing simple blocking functions for go-routine to wait in a FIFO queue. Multiple go-routines can be queued and wait asynchronously, blocked until their turn.