omniverse theirix's Thoughts About Research and Development

Talks

I spoke at several scientific conferences, presenting my work on parallel parametric optimisation and GPU computing. I enjoy presenting at technical conferences and speaking about Rust, Python, C++ and open-source.

Parallel Programming in Rust: Techniques for Blazing Speed

A talk Rust Nation UK 2025 – one of the biggest Rust conferences – about Rust performance, low-level optimisation, and GPU computing.

Rust developers are well-versed with fearless concurrency, but what about parallelism? We will explore popular parallel programming libraries and techniques, learn how to utilize hardware parallelism with SIMD instructions in a portable way, as well as discuss the current state of GPU programming with Rust

My post with slides

Conference link

Video link

PhD Defence Talk

My PhD defence on the topic Structural and parametric mapping of metaheuristic global optimisation algorithms to GPU architecture

The video recording was made during the 2024 defence and is available upon request.

Defense information link

DataFrame - past and future

A talk at “Smart Data Conf 2023” about data frames concepts, the usage of Pandas and Polars

What libraries are available for working with DataFrames? What research and development is currently underway in this field? We will discuss integration with databases, data warehouses, and data science solutions

Conference link

Video link

Conan and Python. How the modern DevOps works for C++

A talk at “Russian Python Week 2020” conference about the Conan package manager.

In this talk, I will explain how Python is used to develop the package manager itself, declarative package recipes, and the distributed infrastructure for building and publishing packages

Conference link

Video link