Back to Programs

Data

Tarantool

Lighting fast in-memory DBMS with JIT onboard

cdatabaseluac++python

Participation history

2 GSoC years

2022

0 projects

Official year page
This year is recorded for the organization, but project-level links are not present in the source dataset.

2021

3 projects

Official year page

C++ connector enhancement

Tarantool’s team has released a new C++ connector, which is based on compile-time MsgPack encoder/decoder. Reaching the limits of C++, this library...

LLVM JIT engine for Tarantool's DQL

Tarantool's SQLite-derivative VM code for SQL engine known as 'vdbe' is creating a performance bottleneck: self-execution of the main part of the...

Various SQL VM improvements: threaded interpretation and instruction merging

Tarantool uses SQL VM with conventional interpretation technique: loop over instruction, inside which dispatching switch-case executes logic of...