directory
0.0.0-20240716132614-1643519e6f91
Repository: https://github.com/triggermail/luci-go.git
Documentation: pkg.go.dev
# Packages
Package base128 implements base128 encoding and decoding.
No description provided by the author
No description provided by the author
No description provided by the author
Package cmpbin provides binary serialization routines which ensure that the serialized objects maintain the same sort order of the original inputs when sorted bytewise (i.e.
Package jsontime implements a JSON-serializable container for a time.Time.
Package recordio implements a basic RecordIO reader and writer.
Package sortby provides a succinct way to generate correctly-behaved Less funcions for use with the stdlib 'sort' package.
No description provided by the author
Package treapstore is a lightweight append-only in-memory key-value store built on top a treap (tree + heap) implementation.