[ nabia ]
[ aramo ]
[ 源代码: golang-github-tidwall-buntdb ]
软件包: golang-github-tidwall-buntdb-dev (1.1.7-1)
golang-github-tidwall-buntdb-dev 的相关链接
Trisquel 的资源:
下载源码包 golang-github-tidwall-buntdb:
- [golang-github-tidwall-buntdb_1.1.7-1.dsc]
- [golang-github-tidwall-buntdb_1.1.7.orig.tar.gz]
- [golang-github-tidwall-buntdb_1.1.7-1.debian.tar.xz]
维护者:
Original Maintainers:
- Debian Go Packaging Team
- Andreas Henriksson
外部的资源:
- 主页 [github.com]
相似软件包:
embeddable, in-memory key/value database for Go
BuntDB is a low-level, in-memory, key/value store in pure Go. It persists to disk, is ACID compliant, and uses locking for multiple readers and a single writer. It supports custom indexes and geospatial data. It's ideal for projects that need a dependable database and favor speed over data size.
Features:
* In-memory database for fast reads and writes * Embeddable with a simple API * Spatial indexing for up to 20 dimensions; Useful for Geospatial data * Index fields inside JSON documents * Collate i18n Indexes using the optional collate package * Create custom indexes for any data type * Support for multi value indexes; Similar to a SQL multi column index * Built-in types that are easy to get up & running; String, Uint, Int, Float * Flexible iteration of data; ascending, descending, and ranges * Durable append-only file format for persistence * Option to evict old items with an expiration TTL * Tight codebase, under 2K loc using the cloc command * ACID semantics with locking transactions that support rollbacks
其他与 golang-github-tidwall-buntdb-dev 有关的软件包
|
|
|
-
- dep: golang-github-tidwall-btree-dev (>= 0.2.2)
- B-Tree implementation for Go
-
- dep: golang-github-tidwall-gjson-dev
- JSON parser for Go
-
- dep: golang-github-tidwall-grect-dev
- Get the outer rectangle from GeoJSON, WKT, WKB
-
- dep: golang-github-tidwall-match-dev
- simple string pattern matcher for Go
-
- dep: golang-github-tidwall-rtree-dev
- RTree implementation for Go