Skip to content

Commit

Permalink
Merge branch 'main' of github.com:LevKruglyak/clearned_immutable
Browse files Browse the repository at this point in the history
  • Loading branch information
LevKruglyak committed Aug 2, 2023
2 parents 5bae27f + 9addadf commit 6b9cccc
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
# Limousine
# Limousine  
[![Rust](https://github.com/LevKruglyak/limousine/actions/workflows/rust.yml/badge.svg)](https://github.com/LevKruglyak/limousine/actions/workflows/rust.yml)
[![Latest Version](https://img.shields.io/crates/v/limousine_engine.svg)](https://crates.io/crates/limousine_engine)

Learned indexes, which use statistical models to approximate the location of keys in an index, have been proven to be highly effective, both in terms of memory usage and performance. Nevertheless, they suffer from some unavoidable trade-offs when compared to the well-developed BTree design. In this project, we want to map out a design space of *hybrid indexes*, which contain some classical, BTree layers and some learned index layers.

Expand Down

0 comments on commit 6b9cccc

Please sign in to comment.