Produce, Adapt, Consume... Concurrent Data Processing

Computers, Games, Memes, Programming, Scripting, Smart Phones, Software, Tablets
Post Reply
User avatar
echo
Posts: 220
Joined: Mon Feb 28, 2022 9:08 am

Produce, Adapt, Consume... Concurrent Data Processing

Post by echo »

Coding headlines (auto-generated: powershell, rss, xml). Code project.

2022-10-06T06:49:55

Produce, Adapt, Consume... Concurrent Data Processing

Link: https://www.codeproject.com/Articles/12 ... Processing

Language independent/generic proposal to extend original producer consumer to perform concurrent data processing

Optimizing Win32 SID Translation via C++ parallelization

Link: https://www.codeproject.com/Articles/53 ... -Cplusplus

This article describes how to improve time consuming operations through parallelization, when multiple similar operations need to be performed.

SUTFCPP

Link: https://www.codeproject.com/Articles/5343855/SUTFCPP

Simple UTF library for C++

Chess Console Game in C++

Link: https://www.codeproject.com/Articles/12 ... -Cplusplus

Simple chess game, written in C++, that runs in a console. Made for didactic purposes and fun :)

Simple Long Integer Math for C++

Link: https://www.codeproject.com/Articles/53 ... -Cplusplus

SLIMCPP is a C++ header-only library that implements long integers that exceed maximum size of native type supported by a specific compiler by 2-4 times.
Post Reply