Skip to content

slick-object-poolv0.1.3

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

#Supported Platforms

!uwp

  • linux
  • osx
  • windows
  • uwp

#Features

No features defined.

#Dependencies

No dependencies.

#Host Dependencies

No transitive dependencies.

#Used By

No ports use this.

#Host Tool For

No ports use this.

#Contributors

  • freshthinking's avatarfreshthinking

#Changelog

  • bd0c4c6[slick-object-pool] update to v0.1.3 (#49380)
  • 6b986b8[slick-object-pool] new port (#48302)