Skip to Content

slick-object-pool v0.1.2

Created
Updated

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

# 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) 

# License

# Supported Platforms

!uwp

  • linux
  • osx
  • windows
  • uwp

# Features

No features defined.

# Dependencies

No dependencies.

# Host Dependencies

No transitive dependencies.

# Dependents

No dependents.

# Host Dependents

No dependents.

# Contributors

  • freshthinking's avatar freshthinking

# Changelog

  • 6b986b8 [slick-object-pool] new port (#48302)

# Source