# fdb **Repository Path**: mirrors_spullara/fdb ## Basic Information - **Project Name**: fdb - **Description**: Various FoundationDB utilities and data structures - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-09-26 - **Last Updated**: 2026-08-16 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README FDB Layers ========== This repository contains some layers built on top of FoundationDB. FDBBitSet ========= A highly scalable bitset. FDBArray ======== An sparse array that uses a FDBBitSet to track usage.