stencillogic stencillogicDatabase management system engine in Rust: storage overviewIn this article storage organization of DBMS project (https://github.com/stencillogic/db-core) will be reviewed. To remind, the project…Nov 11, 2021Nov 11, 2021
stencillogic stencillogicDBMS engine in RustThe project I’ve been working on in the last several months is a general-purpose DBMS engine written in Rust from scratch.Mar 27, 2021Mar 27, 2021
stencillogic stencillogicAsynchronous logging in rust, or how to create predominantly lock-free bounded queue without data…I’d like to describe an asynchronous logger library implemented for rust. Its goal is to make logging operation as fast as possible, so…Nov 4, 2020Nov 4, 2020