Introduction

C++ implementations of Deep Lake optimized for faster data fetching and computations

Overview of Deep Lake's High-Performance Compute Engine built in C++

Compute Engine offers high-performance implementations of compute-heavy Deep Lake features, such as distributed dataloading, large queries, and indexing.

The engine is built in C++, the user interface is still in Python, and it is installed from compiled C++ binaries using: pip install "deeplake[enterprise]",

circle-exclamation

Features Optimized in the Compute Engine:

Performant Dataloaderchevron-rightTensor Query Language (TQL)chevron-rightIndex for ANN Searchchevron-rightManaged Tensor Databasechevron-right

Last updated

Was this helpful?