vichargrave / wqueueLinks
Example code from Multithreaded Work Queue in C++ blog.
☆45Updated 4 years ago
Alternatives and similar repositories for wqueue
Users that are interested in wqueue are comparing it to the libraries listed below
Sorting:
- Example code from my Java Style Threads Class in C++ blog.☆38Updated 4 years ago
- A lightweight LRU cache structure for list<T> and map<K,V> containers. Written in C++11☆27Updated 10 years ago
- Simple demonstration of using Boost.Asio's basic_raw_socket template class to transmit packets with a custom transport layer header.☆31Updated 6 years ago
- Proposed IP address classes for standard c++☆36Updated 11 years ago
- A C++14 type safe format string library heavily inspired by Python's str.format() function.☆44Updated 4 years ago
- C++ binding for nanomsg☆109Updated 10 years ago
- Cross-platform C++ library for fast binary and REST messaging☆43Updated 5 years ago
- Components for service discovery via udp multicasting. It's using boost::asio for async networking. It's non-blocking and non-locking.☆19Updated 9 years ago
- Seamlessly call Java class libraries from C++. An abstraction to JNI.☆35Updated 10 years ago
- TinyThread++ fork with lambda, future and continuation support.☆30Updated 13 years ago
- A PostgreSQL client library written in Modern C++☆25Updated 5 years ago
- A single file C++11 header-only memory mapped file library.☆63Updated last year
- Comfortable lightweight C++ logging library -- cross-platform, C++11.☆29Updated 2 years ago
- Example code from my Multithreaded Work Queue Based Server in C++ blog.☆20Updated 4 years ago
- A simple C++11 signal/slot (event/delegate) implementation based on Fast C++ Delegates☆41Updated 7 years ago
- C++ runtime backtraces for windows, os x and linux☆34Updated 9 years ago
- JSON & BSON parser/writer☆38Updated 9 years ago
- Restful web-service library written in C++11 based on Boost.ASIO and CRUD handlers☆33Updated last year
- CGI and FastCGI C++ Library☆51Updated 6 years ago
- Active Object snippets with C++11, C++03 and C++/Qt☆22Updated 7 years ago
- C++ Library of Atomic and Lockless Data Structures☆38Updated 5 years ago
- SQLight is a lightweight MySQL client written in C++11. Based on code by Ladislav Nevery☆26Updated 9 years ago
- Lightweight publisher/subscriber C++ library based on boost asio☆21Updated 4 years ago
- Working code from the "Embedding Python in C++ Applications with boost::python" tutorial☆27Updated 13 years ago
- a header only C++ LRU Cache template class (now with optional synchronization) that allows you to define key, value and optionally the Ma…☆40Updated 8 years ago
- Zero-dependency C++ BSON library.☆43Updated 5 years ago
- RemoteCall C++ framework for IPC☆22Updated 3 weeks ago
- C++ buffer class that allows you to write a stream of individual bits and bytes☆27Updated 4 years ago
- Smart queue that executes tasks in threadpool-like manner☆40Updated last year
- C++ file backed vector for very fast column databases, useful for time series data☆22Updated 10 years ago