Skip to content
#

multithreaded

Here are 47 public repositories matching this topic...

This repository contains an implementation of the Singleton Lazy Initialization design pattern in C++20. The Singleton pattern ensures that a class has only one instance and provides a global point of access to that instance.

  • Updated Apr 11, 2024
  • C++

Calculation of digits of Pi with high precision. Parallelized/Multi-threaded. Tested for upto 1 Billion digits. Uses Chudnovsky algorithm with Binary Splitting. Also, uses libgmp for arbitrary precision arithmetic. NOTE: Now also contains KMP algorithm for pattern matching.

  • Updated Jan 24, 2023
  • C++

The BlockQueue pattern is a thread-safe queue implementation that allows multiple threads to push and pop elements concurrently. It provides synchronized access to the underlying queue, ensuring that no data race occurs between threads.

  • Updated Apr 27, 2024
  • C++

Improve this page

Add a description, image, and links to the multithreaded topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the multithreaded topic, visit your repo's landing page and select "manage topics."

Learn more