Skip to content
#

cpp-programming

Here are 19 public repositories matching this topic...

Serial-Hashed-Octree-Barnes-Hut-N-Body-Simulator-0_3

The Hashed-Octree approach is developed as an improvement to the standard octree data structure made suitable for parallel processing. This variant of the octree data structure attempts to parallelize the hierarchical method through adaptive domain decomposition, dynamic load-balancing across processors, and parallel interaction computation.

  • Updated Jul 30, 2025
  • C

builtin documentation. This project showcases the usage of GCC/Clang built-in functions (__builtin_*) for performing low-level operations such as bit counting, memory manipulation, and overflow checking. Examples of function calls with explanations are provided. // Этот проект демонстрирует использование встроенных функций GCC/Clang (__builtin_*)

  • Updated Dec 22, 2024
  • C

Improve this page

Add a description, image, and links to the cpp-programming 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 cpp-programming topic, visit your repo's landing page and select "manage topics."

Learn more