A technical report on RRB-Tree based vector for Rust

Logo

A technical report on the RRB-Tree based vector for Rust

View the Project on GitHub arazabishov/thesis

A technical report on RRB-Tree based vector for Rust

The rendered pdf document can be downloaded from here.

Building the document

First, you will need to install Pygments library that is used by minted for the syntax highlighting. If you are on macOS, you can install it by brew install pygments. Otherwise, pip install pygments should work on any platform.

Then, you will need to install a LaTeX distribution of your choice, which in my case was MacTex.

Once all dependencies are installed, just run ./build.sh script to build the pdf document or follow instructions below:

# build the front matter
cd forside && xelatex forside.tex

# build the document
cd ../ && lualatex -shell-escape main.tex

Tools

For writing, I used the VSCode extension for LaTeX - LaTeX Workshop. The settings.json file contains a configuration for the extension.