# bigtable **Repository Path**: liyezn/bigtable ## Basic Information - **Project Name**: bigtable - **Description**: No description available - **Primary Language**: C++ - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-04-17 - **Last Updated**: 2021-04-17 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # BigTable A tabular data library to handle big time serial data (big data from mobile sensors, such as GPS data and AIS data). ### Features 1. Multi-core calculation; 2. Automatical workload balancing; 3. Efficient memory management; 4. Load data slice by slice from big data source; 5. Speed up by the time index; 6. Remote data loading.