Godeps/_workspace/src/github.com/cznic/bufs | Package bufs implements a simple buffer cache. |
Godeps/_workspace/src/github.com/cznic/exp | |
Godeps/_workspace/src/github.com/cznic/exp/lldb | Package lldb (WIP) implements a low level database engine. |
Godeps/_workspace/src/github.com/cznic/fileutil | Package fileutil collects some file utility functions. |
Godeps/_workspace/src/github.com/cznic/fileutil/falloc | WIP: Package falloc provides allocation/deallocation of space within a file/store (WIP, unstable API). |
Godeps/_workspace/src/github.com/cznic/fileutil/hdb | WIP: Package hdb provides a "handle"/value DB like store, but actually it's closer to the model of a process's virtual memory and its alloc, free and move methods. |
Godeps/_workspace/src/github.com/cznic/fileutil/storage | WIP: Package storage defines and implements storage providers and store accessors. |
Godeps/_workspace/src/github.com/cznic/mathutil | Package mathutil provides utilities supplementing the standard 'math' and 'math/rand' packages. |
Godeps/_workspace/src/github.com/cznic/mathutil/mersenne | Package mersenne collects utilities related to Mersenne numbers[1] and/or some of their properties. |
Godeps/_workspace/src/github.com/cznic/ql | Package ql is a pure Go embedded (S)QL database. |
Godeps/_workspace/src/github.com/cznic/ql/design | Package design describes some of the data structures used in QL. |
Godeps/_workspace/src/github.com/cznic/ql/driver | Package driver registers a QL sql/driver named "ql" and a memory driver named "ql-mem". |
Godeps/_workspace/src/github.com/cznic/ql/ql | Command ql is a utility to explore a database, prototype a schema or test drive a query, etc. |
Godeps/_workspace/src/github.com/cznic/sortutil | Package sortutil provides utilities supplementing the standard 'sort' package. |
Godeps/_workspace/src/github.com/cznic/strutil | Package strutil collects utils supplemental to the standard strings package. |
Godeps/_workspace/src/github.com/cznic/zappy | Package zappy implements the zappy block-based compression format. |