mirror of
https://github.com/featurebasedb/featurebase.git
synced 2026-08-28 10:54:59 +00:00
9 lines
268 B
Go
9 lines
268 B
Go
// Copyright 2022 Molecula Corp. (DBA FeatureBase).
|
|
// SPDX-License-Identifier: Apache-2.0
|
|
/*
|
|
|
|
Package pilosa implements the core of the Pilosa distributed bitmap index. It
|
|
contains all the domain objects, interfaces, and logic that defines pilosa.
|
|
|
|
*/
|
|
package pilosa
|