#
pthreads
Here are 335 public repositories matching this topic...
tiny, portable SOCKS5 server with very moderate resource usage
-
Updated
Apr 16, 2020 - C
Implementation of Win32 events for *nix platforms, built on top of pthreads.
-
Updated
Jun 16, 2020 - C++
A new threading extension for PHP
php
php-extension
concurrency
multithreading
parallelism
pthreads
threading
multiple-threads
itc
mutex-lock
-
Updated
Apr 11, 2018 - C
RAxML Next Generation: faster, easier-to-use and more flexible
-
Updated
Jul 1, 2020 - C++
Portable (POSIX/Windows/Emscripten) thread pool for C/C++
-
Updated
Jun 15, 2020 - C
Onvif QT Server Client is a sample for creating Onvif Server and Onvif Client with QT C++
qt
opensource
video
cplusplus
cpp
pthreads
camera-control
server-client-communication
cpp-library
free-library
onvif-qt-server
onvif-client
ptz-control
server-client
-
Updated
Jan 11, 2019 - C++
`llthreads` library rewritten without `LuaNativeObjects` code generator
-
Updated
Sep 5, 2018 - Lua
A simple implementation of thread pooling for C/C++ using POSIX threads
-
Updated
Jan 29, 2017 - C
palmoreck
commented
Dec 28, 2019
Use
- for bash:
/usr/bin/time --verbose
perf stat -e cycles,stalled-cycles-frontend,stalled-cycles-backend,instructions,\
cache-references,cache-misses,branches,branch-misses,task-clock,faults,\
minor-faults,cs,migrations -r 3
- for Python:
#cProfile:
python -m cProfile -s cumulative
python -m cProfile -o profile.stats
pip install runsnake
#linepro
Parallel Matrix Multiplication Using OpenMP, Phtreads, and MPI
-
Updated
Nov 1, 2017 - C
A lightweight profiler to detect and categorize root causes of synchronization related performance issues in multithreaded programs
-
Updated
Jun 5, 2017 - C++
Dynamic execution environments for coupled, thread-heterogeneous MPI+X applications
c
hpc
openmp
mpi
pthreads
threading
logo
hwloc
mpi-plus-x
mpix
mpi-applications
demos
hardware-locality
-
Updated
Mar 11, 2020 - C
Practices in Parallel Programming with Pthreads, MPI and OpenMP.
-
Updated
Dec 11, 2014 - C
A parallelised implementation of the K-means clustering algorithm using C Pthreads and separately using OpenMP specification for C
-
Updated
Feb 12, 2019 - C
A concurrent data-structures library/benchmark suite
concurrency
parallel-computing
concurrent-programming
pthreads
parallel-programming
cc-synch
psim
osci
-
Updated
Jun 16, 2020 - C
Real-Time Linux Article Series for System Configuration and Application Development
-
Updated
May 25, 2017
openmp
mpi
pthreads
performance-tuning
performance-visualization
performance-analysis
parallel-algorithm
computer-system
homeworks
parallel-programming
parallel-framework
peking-university
-
Updated
Dec 19, 2018 - C
Serialize internal PHP objects!
-
Updated
Apr 27, 2018 - PHP
A low-overhead, task-based threading API using a thread-pool of C++11 threads
python
cplusplus
cpp
async
threadsafe
openmp
multithreading
cpp11
pthreads
threading
thread-pool
tbb
task-tree
threadpool
pybind11
thread-management
-
Updated
Oct 29, 2018 - C++
Python bindings for Machinetalk
-
Updated
May 11, 2020 - Python
PCAP helper library with POSIX threads support and transport layer callbacks
-
Updated
Jun 9, 2020 - C
Improve this page
Add a description, image, and links to the pthreads topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the pthreads topic, visit your repo's landing page and select "manage topics."
I know you guys are focused on bringing more features to the lib, but it would be good to provide a bit better documentation and examples (I sent another post about this), so the ones willing to use the current version can fully understand what they can do with it..
E.g.