Город МОСКОВСКИЙ
00:14:47

C++ Programming on Linux - Memory Mapped File (mmap system call)

Аватар
Питоновская эволюция программирования
Просмотры:
30
Дата загрузки:
02.12.2023 18:37
Длительность:
00:14:47
Категория:
Технологии и интернет

Описание

To Memory Mapped file mechanism is able to access or operate file fast as read/write directly from memory, it's also make multi-process access the memory mapped file like shared memory.

Example code of this video has been uploaded onto GitHub for your reference:
https://github.com/yuanhui360/CPP-Programming-on-Linux/tree/main/YH-103

Рекомендуемые видео