awesome-repositories.com
Blog
MCP
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektMCP-ServerÜber unsRanking-MethodikPresse
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
kelindar avatar

kelindar/column

0
View on GitHub↗
1,510 Stars·68 Forks·Go·MIT·8 Aufrufe

Column

High-performance, columnar, in-memory store with bitmap indexing in Go

Features

  • Database Engines - High-performance, columnar, embeddable in-memory store.
  • Database Systems - Listed in the “Database Systems” section of the Awesome Go awesome list.
  • Key-Value Stores - In-memory columnar store with bitmap indexing and zero-alloc querying.

Star-Verlauf

Star-Verlauf für kelindar/columnStar-Verlauf für kelindar/column

KI-Suche

Entdecke weitere awesome Repositories

Beschreibe in einfachen Worten, was du brauchst — die KI bewertet tausende kuratierte Open-Source-Projekte nach Relevanz.

Start searching with AI

Häufig gestellte Fragen

Was macht kelindar/column?

High-performance, columnar, in-memory store with bitmap indexing in Go

Was sind die Hauptfunktionen von kelindar/column?

Die Hauptfunktionen von kelindar/column sind: Database Engines, Database Systems, Key-Value Stores.

Welche Open-Source-Alternativen gibt es zu kelindar/column?

Open-Source-Alternativen zu kelindar/column sind unter anderem: cockroachdb/pebble — Pebble is an embedded key-value storage engine written in Go, designed as a library that provides durable,… tidwall/buntdb — BuntDB is an embedded key-value store for Go applications, providing in-memory storage with optional disk persistence.… akrylysov/pogreb — Embedded key-value store for read-heavy workloads written in Go. dgraph-io/badger — Badger is an embeddable key-value store written in Go that provides persistent data storage for byte keys and values.… peterbourgon/diskv — A disk-backed key-value store. dicedb/dice — Dice is a low-latency key-value store based on Valkey that functions as a hierarchical storage engine. It combines a…

Open-Source-Alternativen zu Column

Ähnliche Open-Source-Projekte, sortiert nach der Anzahl der gemeinsamen Funktionen mit Column.
  • cockroachdb/pebbleAvatar von cockroachdb

    cockroachdb/pebble

    5,777Auf GitHub ansehen↗

    Pebble is an embedded key-value storage engine written in Go, designed as a library that provides durable, write-optimized data persistence directly within applications. It organizes data using a log-structured merge-tree (LSM-tree) structure, where writes are first buffered in an in-memory skiplist memtable and persisted to a write-ahead log before being flushed to block-based SSTable files on disk. The engine supports atomic batch commits, configurable write synchronization, and automatic background compaction that merges and rewrites sorted runs to reclaim space and maintain read performanc

    Go
    Auf GitHub ansehen↗5,777
  • dgraph-io/badgerAvatar von dgraph-io

    dgraph-io/badger

    15,666Auf GitHub ansehen↗

    Badger is an embeddable key-value store written in Go that provides persistent data storage for byte keys and values. It is a persistent database that utilizes a tiered LSM tree storage model to optimize disk storage and retrieval efficiency. The system features an ACID transaction engine that ensures data integrity through serializable snapshot isolation and multi-version concurrency control. It also provides an encrypted key-value store with data-at-rest encryption and a managed encrypted key registry to secure stored information. The engine covers a broad set of capabilities including hig

    Godatabasedocument-databasego
    Auf GitHub ansehen↗15,666
  • akrylysov/pogrebAvatar von akrylysov

    akrylysov/pogreb

    1,350Auf GitHub ansehen↗

    Embedded key-value store for read-heavy workloads written in Go

    Gogohash-tablekey-value
    Auf GitHub ansehen↗1,350
  • peterbourgon/diskvAvatar von peterbourgon

    peterbourgon/diskv

    1,458Auf GitHub ansehen↗

    A disk-backed key-value store.

    Go
    Auf GitHub ansehen↗1,458
  • Alle 30 Alternativen zu Column anzeigen→