https://github.com/willitscale/thread-safe-vector
Just a handy thread safe vector adapter
https://github.com/willitscale/thread-safe-vector
Last synced: about 2 months ago
JSON representation
Just a handy thread safe vector adapter
- Host: GitHub
- URL: https://github.com/willitscale/thread-safe-vector
- Owner: willitscale
- License: mit
- Created: 2022-05-10T00:22:55.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-05-10T00:34:31.000Z (almost 4 years ago)
- Last Synced: 2025-03-13T04:29:54.464Z (11 months ago)
- Language: C++
- Size: 2.93 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.MD
- License: LICENSE
Awesome Lists containing this project
README
# Thread Safe Vector
Just a handy library I've been using across a few code bases.
## Running
Standard `Makefile` implementation of:
```shell
make clean install run
```
`clean` - Obviously, removes previous builds
`build` - Compiles everything
`run` - Does what it says on the tin
## Why no lib/so?
Maybe in the future, but I'm building this for multi-platform, so source code just made my life easier.
## Aren't you just re-inventing the wheel?
Absolutely, just not a big fan of the TBB/Boost alternatives.
Also, this allows me to use it as a Gateway if I want to implement anything else in the future.
## What in ever-loving hell are those defines?
Madness personified in code