# High-Performance Features

- [Introduction](/v3.8.27/performance-features/introduction.md): C++ implementations of Deep Lake optimized for faster data fetching and computations
- [Performant Dataloader](/v3.8.27/performance-features/performant-dataloader.md): Overview of Deep Lake's dataloader built and optimized in C++
- [Tensor Query Language (TQL)](/v3.8.27/performance-features/querying-datasets.md): Deep Lake offers a highly-performant SQL-style query engine for filtering your data.
- [TQL Syntax](/v3.8.27/performance-features/querying-datasets/query-syntax.md): How to properly format TQL queries
- [Sampling Datasets](/v3.8.27/performance-features/querying-datasets/sampling-datasets.md): Implementation of samplers in TQL
- [Deep Memory](/v3.8.27/performance-features/deep-memory.md): Overview of Deep Lake tools for increasing retrieval accuracy
- [How it Works](/v3.8.27/performance-features/deep-memory/how-it-works.md): Understanding Deep Memory
- [Index for ANN Search](/v3.8.27/performance-features/index-for-ann-search.md): Overview of Deep Lake's Index implementation for ANN search.
- [Caching and Optimization](/v3.8.27/performance-features/index-for-ann-search/caching-and-optimization.md): Understanding Caching to Increase Query Performance in Deep Lake
- [Managed Tensor Database](/v3.8.27/performance-features/managed-database.md): Deep Lake Managed Database
- [REST API](/v3.8.27/performance-features/managed-database/rest-api.md): How to Use the Deep Lake REST API
- [Migrating Datasets to the Tensor Database](/v3.8.27/performance-features/managed-database/migrating-datasets-to-the-tensor-database.md): Migrating datasets to the Tensor Database
