godropbox

package module
v0.0.0-...-436d200 Latest Latest
Warning

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

Go to latest
Published: Jun 23, 2023 License: BSD-3-Clause Imports: 0 Imported by: 0

README

godropbox GoDoc Actions Status Actions Status

Common libraries for writing go services/applications on Linux servers.

Requirements
  • Go 1.13+
  • Linux/x64
Installation

go get github.com/dropbox/godropbox

Documentation

See https://pkg.go.dev/github.com/dropbox/godropbox for modules documentation.

Documentation

Overview

Dropbox's common libraries for writing go services/applications.

Directories

Path Synopsis
A utility library for building caching layers.
A utility library for building caching layers.
The maximally_batched_work.go class waits until at least batch_size of an input is full and delivers it all at once to the callee, so that the callee is guaranteed to operate on a batch at a time.
The maximally_batched_work.go class waits until at least batch_size of an input is full and delivers it all at once to the callee, so that the callee is guaranteed to operate on a batch at a time.
lib
This software package is designed to help interop between legacy C programs and go programs.
This software package is designed to help interop between legacy C programs and go programs.
Various container/cache data structures
Various container/cache data structures
bitvector
Package bitvector provides the implementation of a variable sized compact vector of bits which supports lookups, sets, appends, insertions, and deletions.
Package bitvector provides the implementation of a variable sized compact vector of bits which supports lookups, sets, appends, insertions, and deletions.
concurrent
Provides a few useful thread-safe data-structures
Provides a few useful thread-safe data-structures
lrucache
Package lrucache is a standard LRU cache.
Package lrucache is a standard LRU cache.
set
Implementation of a Set container
Implementation of a Set container
Dropbox-specific workarounds for (self-inflicted) problems with the builtin context package.
Dropbox-specific workarounds for (self-inflicted) problems with the builtin context package.
Utility libraries for database operations.
Utility libraries for database operations.
binlog
The binlog package provides functionality for reading and parsing MySQL binary / relay log events.
The binlog package provides functionality for reading and parsing MySQL binary / relay log events.
sqlbuilder
A library for generating sql programmatically.
A library for generating sql programmatically.
sqltypes
Package sqltypes implements interfaces and types that represent SQL values.
Package sqltypes implements interfaces and types that represent SQL values.
encoding2 is a collection of functions meant to supplement the capabilities provided by the standard "encoding" package.
encoding2 is a collection of functions meant to supplement the capabilities provided by the standard "encoding" package.
This module implements functions which manipulate errors and provide stack trace information.
This module implements functions which manipulate errors and provide stack trace information.
Package gocheck2 contains extensions to the go-check unittest framework.
Package gocheck2 contains extensions to the go-check unittest framework.
This package implements a set of utility hash functions.
This package implements a set of utility hash functions.
io2
ioutil2
Package ioutil2 provides extra functionality along similar lines to io/ioutil.
Package ioutil2 provides extra functionality along similar lines to io/ioutil.
math2 is a collection of functions meant to supplement the capabilities provided by the standard "math" package.
math2 is a collection of functions meant to supplement the capabilities provided by the standard "math" package.
rand2
rand2 is a drop-in replacement for the "math/rand" package.
rand2 is a drop-in replacement for the "math/rand" package.
A generic memcache client library which supports connection pooling and flexible sharding.
A generic memcache client library which supports connection pooling and flexible sharding.
net2 is a collection of functions meant to supplement the capabilities provided by the standard "net" package.
net2 is a collection of functions meant to supplement the capabilities provided by the standard "net" package.
http2
http2 is a collection of functions meant to supplement the capabilities provided by the standard "net/http" package.
http2 is a collection of functions meant to supplement the capabilities provided by the standard "net/http" package.
http2/test_utils
Utility functions for testing net2/http2
Utility functions for testing net2/http2
Protobuf definitions
Protobuf definitions
mysql
Package mysql is a generated protocol buffer package.
Package mysql is a generated protocol buffer package.
A generic resource pool for managing resources such as network connections.
A generic resource pool for managing resources such as network connections.
package stats provides a set of interfaces to log stats including a no-op implementation that doesn't do anything.
package stats provides a set of interfaces to log stats including a no-op implementation that doesn't do anything.
sync2 is a collection of functions meant to supplement the capabilities provided by the standard "sync" package.
sync2 is a collection of functions meant to supplement the capabilities provided by the standard "sync" package.
sys
filelock
FileLock object can be used to create locks that can be used to synchronise different processes running on the same machine.
FileLock object can be used to create locks that can be used to synchronise different processes running on the same machine.
time2 is a collection of functions meant to supplement the capabilities provided by the standard "time" package.
time2 is a collection of functions meant to supplement the capabilities provided by the standard "time" package.

Jump to

Keyboard shortcuts

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