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

slick-object-pool

v0.1.3#0Latest

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::object-pool)

Dependencies

See source

Version

v0.1.3#0

Publication

Supports

!uwp

GitHub

SlickQuant/slick-object-pool

Homepage

github.com/SlickQuant/slick-object-pool

Subtree

bd0c4c60e3

License

MIT

Definition

Manifest