Skip to content

Instantly share code, notes, and snippets.

View sapiest's full-sized avatar
🏝️
Working from home

Anton sapiest

🏝️
Working from home
View GitHub Profile

A Google Summer of Code 2020 Report

MariaDB. Optimizing the distribution of tasks in a treadpool

Project description

The purpose of this project is to update algorithm of task distribution in a threadpool in MariadDB. Specifically, what algorithm to use for dynamic concurrency. This is the algorithm "hill-climbing", which is used in .NET ThreadPool.