Click here to Skip to main content
15,891,136 members
Articles / Programming Languages / C++11

We Make Any Object Thread-safe

Rate me:
Please Sign up or sign in to vote.
4.94/5 (47 votes)
30 Mar 2021CPOL34 min read 82.8K   745   119  
Smart pointer that makes any object thread-safe for any operations, with the performance equal to that of optimized lock-free containers

Views

Daily Counts

Downloads

Weekly Counts

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Architect
Germany Germany
The author of the YOLOv7/YOLOv4 - the best neural network for object detection.
I use modern C++ and modern CPU/GPU processors to solve tasks that require high performance, which can only be solved now.
I'm interested in HPC, Computer Vision and Deep Learning.
Preferably languages: C++11/14, CUDA C++, Python, SQL

Comments and Discussions