Skip to content

arazabishov/thesis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A technical report on RRB-Tree based vector for Rust

The rendered pdf document can be downloaded from here.

The project links

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.

About

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

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages