gnzlbg / nmpLinks
Non-blocking message passing (a C++14 MPI wrapper)
☆18Updated 11 years ago
Alternatives and similar repositories for nmp
Users that are interested in nmp are comparing it to the libraries listed below
Sorting:
- Experimental library for coroutines and networking☆16Updated 7 years ago
- Programming Accelerators with C++ (PACXX)☆58Updated 7 years ago
- Overridable universal operator overloading for C++14☆20Updated 11 years ago
- A universal thread-safe memory pool.☆26Updated 7 years ago
- Multi-dimensional C++ arrays which store objects in a Struct-of-Arrays (SoA) memory layout for efficient vectorization and zero address g…☆74Updated 5 years ago
- ☆13Updated 9 years ago
- A C++11 std::vector-compliant implementation with a customizable size type and growing algorithm☆70Updated 10 years ago
- A C++ library for integer array compression☆30Updated 3 years ago
- Small Hash Optimization - an optimization for when you have many small hash maps - similar to LLVM's small vector optimization.☆39Updated 8 years ago
- Intel(R) Concurrent Collections for C++☆116Updated 2 years ago
- A hash table implementation using Robin Hood Linear Probing☆52Updated 11 years ago
- Fast containers of polymorphic objects.☆70Updated last month
- ☆25Updated 5 years ago
- Compile-time Checked, Type-Safe Formatting in C++14☆36Updated 8 years ago
- Compile-time printf-like string formatting☆77Updated 7 years ago
- C++ Scattered Containers☆67Updated 8 years ago
- Foundations of symbol based programming☆30Updated 6 years ago
- This repository contains components that will support percolation via OpenCL and CUDA☆32Updated 4 years ago
- devector and batch_deque containers for C++. See more at: http://erenon.hu/double_ended☆15Updated 8 years ago
- ☆31Updated 10 years ago
- A proposal for a futures programming model for ISO C++☆23Updated 7 years ago
- A sort wrapper enabling both use of random-access sorting on non-random access containers, and increased performance for the sorting of l…☆20Updated 6 months ago
- Floating point printing and parsing library based on Grisu2 and Krosh algorithms☆29Updated 3 years ago
- parsertl: The Modular Parser Generator☆16Updated 4 months ago
- A C++ library that simplifies working with tuples, variants, and more through argument list generation and the ability to convert from ru…☆62Updated 5 years ago
- Runtime choosing of template specializations using compile-time lookup-tables. Compile all states of a template function, but execute the…☆27Updated last week
- Compile-time-efficient proof-of-concept implementation for std::tuple☆94Updated 3 weeks ago
- a tool to count accesses to member variables in c++ programs☆79Updated 12 years ago
- Emulation of resumable expressions using boost.coroutine