Skip to content
/ hpc Public

A high-performance computing library focused on developing useful code blocks and intrusive containers. It employs a branchless and lockless approach whenever possible, along with efficient synchronization that scales linearly with CPUs, ensuring efficient execution in userland.

License

Notifications You must be signed in to change notification settings

n13l/hpc

Repository files navigation

(HPC) High-performance computing

A high-performance computing library focused on developing useful code blocks and intrusive containers with reduced memory fetches, continuous memory, and improved locality to minimize cache misses. It employs a branchless and lockless approach whenever possible, along with efficient synchronization that scales linearly with CPUs, ensuring efficient execution in userland.

Build

git@github.com:n13l/hpc.git
git submodule update --init

About

A high-performance computing library focused on developing useful code blocks and intrusive containers. It employs a branchless and lockless approach whenever possible, along with efficient synchronization that scales linearly with CPUs, ensuring efficient execution in userland.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages