Hello everyone!
This repository was created specially for conference HighLoad-Foundation++ 2022
It complements the presentation "Using virtual memory capabilities to improve system scalability", author Timur Davydov, company Moscow Exchange
This repository contains two examples:
- first one shows, how to work with shared memory
- second one shows, how to work with shared memory using virtual memory capabilities
This is a simple example shows how to exchange information between several threads (it works for processes too) using shared memory
The main goal of this example to show how to resize memory for a constant time using virtual memory capabilities