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]",

Features Optimized in the Compute Engine:

Performant DataloaderTensor Query Language (TQL)Index for ANN SearchManaged Tensor Database

Was this helpful?