1. Home
  2. Browse
  3. slick-object-pool

slick-object-pool

v0.1.2#0Go to latest

A high-performance, lock-free object pool for C++20 with multi-threading support

Install

Run the following Vcpkg command to install the port.

vcpkg install slick-object-pool

Usage

slick-object-pool is header-only and can be used from CMake via:

find_package(slick_object_pool CONFIG REQUIRED)
target_link_libraries(main PRIVATE slick::slick_object_pool)

Dependencies

See source

Version

v0.1.2#0

Publication

Supports

!uwp

GitHub

SlickQuant/slick_object_pool

Homepage

github.com/SlickQuant/slick_object_pool

Subtree

6b986b83a2

License

MIT

Definition

Manifest