Skip to content

slick-queuev1.5.0

Updated

A C++ Lock-Free MPMC queue - header-only library for high throughput concurrent messaging with optional shared memory support

#Usage

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

find_package(slick-queue CONFIG REQUIRED)
target_link_libraries(main PRIVATE slick::queue)

#Supported Platforms

!uwp

  • linux
  • osx
  • windows
  • uwp

#Features

No features defined.

#Dependencies

No transitive dependencies.

#Host Dependencies

No transitive dependencies.

#Host Tool For

No ports use this.

#Contributors

  • freshthinking's avatarfreshthinking
  • kzhdev's avatarkzhdev
  • Weihang Ding's avatarWeihang Ding

#Changelog

  • a27fdf6[slick-queue] Update to 1.5.0 (#52371)
  • f9edb87[slick-queue] update to v1.4.1 (#50026)
  • 7895d40[slick-queue] Update to v1.4.0 (#49827)
  • 45d7a58[slick-queue] Update to v1.3.0 (#49718)
  • a8059a8[slick-queue] Update to v1.2.3 (#49684)
  • b1e8031[slick-queue] Update to version 1.2.2 (#49348)
  • 84cf0fd[slick-queue] Update to version 1.2.1 (#49144)
  • 04155fb[slick-queue] Update to 1.2.0 (#49006)
  • 4052e4b[slick-queue] new port (#48297)