badger
Fast key-value DB in Go.
BadgerDB is an embeddable, persistent and fast key-value (KV)
database written in pure Go. It is the underlying database for Dgraph
(https://dgraph.io), a fast, distributed graph database. It's meant
to be a performant alternative to non-Go-based key-value stores like
RocksDB. Project Status [Jun 26, 2019] Badger is stable and is being
used to serve data sets worth hundreds of terabytes. Badger supports
concurrent ACID transactions with serializable snapshot isolation
(SSI) guarantees. A Jepsen-style bank test runs nightly for 8h, with
--race flag and ensures the maintenance of transactional guarantees.
Badger has also been tested to work with filesystem level anomalies,
to ensure persistence and consistency.
libghc-code-page-prof
Windows code page library for Haskell; profiling libraries
Functions which adjust code pages on Windows, and do nothing
on other operating systems.
xiccd
X color management daemon
xiccd is a simple bridge between colord and X. It performs the following
tasks:
utop
improved OCaml toplevel
utop is an improved toplevel for OCaml. It can run in a terminal or
in Emacs. It supports line edition, history, real-time and context
sensitive completion, colors, and more.
libqbsscriptengine1.24
Qbs script engine library
Qbs is a general purpose cross-platform build tool that aims at fast and
correct incremental builds. It features a project description language that
is similar to QML.
gccgo-10-mipsel-linux-gnu
GNU Go compiler
This is the GNU Go compiler, which compiles Go on platforms supported
by the gcc compiler. It uses the gcc backend to generate optimized code.