Showing 22 open source projects for "boost thread"

View related business solutions
  • Our Free Plans just got better! | Auth0 by Okta Icon
    Our Free Plans just got better! | Auth0 by Okta

    With up to 25k MAUs and unlimited Okta connections, our Free Plan lets you focus on what you do best—building great apps.

    You asked, we delivered! Auth0 is excited to expand our Free and Paid plans to include more options so you can focus on building, deploying, and scaling applications without having to worry about your secuirty. Auth0 now, thank yourself later.
    Try free now
  • Bright Data - All in One Platform for Proxies and Web Scraping Icon
    Bright Data - All in One Platform for Proxies and Web Scraping

    Say goodbye to blocks, restrictions, and CAPTCHAs

    Bright Data offers the highest quality proxies with automated session management, IP rotation, and advanced web unlocking technology. Enjoy reliable, fast performance with easy integration, a user-friendly dashboard, and enterprise-grade scaling. Powered by ethically-sourced residential IPs for seamless web scraping.
    Get Started
  • 1
    moodycamel::ConcurrentQueue

    moodycamel::ConcurrentQueue

    Multi-producer, multi-consumer lock-free concurrent queue

    There are not that many full-fledged lock-free queues for C++. Boost has one, but it's limited to objects with trivial assignment operators and trivial destructors, for example. Intel's TBB queue isn't lock-free, and requires trivial constructors too. There're many academic papers that implement lock-free queues in C++, but usable source code is hard to find, and tests even more so. This queue not only has less limitations than others (for the most part), but it's also faster. It's been fairly...
    Downloads: 2 This Week
    Last Update:
    See Project
  • 2
    Coost

    Coost

    A tiny boost library in C++11

    coost is an elegant and efficient cross-platform C++ base library. Its goal is to create a sword of C++ to make C++ programming easy and enjoyable. Coost, co for short, is like boost, but more lightweight, the static library built on Linux or Mac is only about 1MB in size. log supports two types of logs: one is level log, which is divided into 5 levels: debug, info, warning, error, and fatal, printing a fatal log will terminate the program; the other is topic log, logs are grouped by topic...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    easyloggingpp

    easyloggingpp

    Single header C++ logging library. It is extremely powerful

    Single header C++ logging library. It is extremely powerful, extendable, light-weight, fast performing, thread and type-safe, and consists of many built-in features. It provides the ability to write logs in your own customized format. It also provides support for logging your classes, third-party libraries, STL and third-party containers, etc. Easylogging++ is a single header efficient logging library for C++ applications. It is extremely powerful, highly extendable, and configurable to users...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 4
    RESTinio

    RESTinio

    HTTP/WebSocket server C++14 library

    RESTinio is a header-only C++14 library that gives you an embedded HTTP/WebSocket server. It is based on the standalone version of ASIO and is targeted primarily for the asynchronous processing of HTTP requests. Since v.0.4.1 Boost::ASIO (1.66 or higher) is also supported. Consider the task of writing a C++ application that must support some REST API, RESTinio represents our solution for that task. Server runs on the main thread, and responds to all requests with a hello-world message...
    Downloads: 0 This Week
    Last Update:
    See Project
  • Build Securely on Azure with Proven Frameworks Icon
    Build Securely on Azure with Proven Frameworks

    Lay a foundation for success with Tested Reference Architectures developed by Fortinet’s experts. Learn more in this white paper.

    Moving to the cloud brings new challenges. How can you manage a larger attack surface while ensuring great network performance? Turn to Fortinet’s Tested Reference Architectures, blueprints for designing and securing cloud environments built by cybersecurity experts. Learn more and explore use cases in this white paper.
    Download Now
  • 5

    Thread

    Converts a single-threaded Linux command into a multi-threaded monster

    With the use of the Boost C++ Libraries: https://sourceforge.net/projects/boost/ thread provides a pre-complied solution to turn a non-threaded Linux command into a threaded program. It is best used with a no cobbler flag or no overwrite option in the code. Example run: $./threaded.sh choose how many threads options: 2 4 6 8 12 16 32 64 128 256 512 1024 2056 4112 16448 32896 $64 "enter a full command to run multi-threaded:" $pdftotext ./pdfs/. $
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6

    WarLib

    Some fundamental C++ classes

    warlib is a small collection of useful C++ classes targeted for high performance servers. The library is writen in C++14, and uses the boost libraries. It's basically the fundamental bulding bricks for more specific libraries (like wfde). Currently it contains: - Logging library - Thread Sequencer library - Thread Pool library The download snapshot may be old. Clone from the git repository to get the current version. Note: This project re-uses the project-space...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    shared_from_this() in Constructor

    shared_from_this() in Constructor

    Drop-in replacement for std::shared_ptr + std::enable_shared_from_this

    Apparently, many people dislike that the standard std::enable_shared_from_this class does not allow to invoke shared_from_this() in the constructor. Guess What: This library is supposed to fill the gap. The boost library does that too, but it does not allow shared_ptrs to be made inside the destructor and it doesn't provide a release() method to gain ownership of the contained pointer. Big downside is however, that it's not (yet) made thread-safe.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8

    Easy Simple Network Library

    A MINA-like, cross-platform C++ network library based on boost::asio

    The full name of "esnetwork" is "easy simple network library". It is a cross-platform C++ network library based on boost::asio (http://think-async.com). It aims to be a simple, easy-to-use and full-featured networking framework, like MINA in Java.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9

    HpcTemplateLib

    HPC Template Library to supplement the STL

    This package is intended to provide the user with threadsafe containers and classes for applications in High Performance Computing (HPC) where parallel programming is commonplace. Today’s multi-core computers bring that parallelism into the realm of everyday use. It is important to provide thread safe containers and classes in this environment. The HPC Template Library (HTL) aims to replace certain portions of the STL. It is a merger and rewrite of classes from the STL, QT, Boost...
    Downloads: 0 This Week
    Last Update:
    See Project
  • Build Securely on AWS with Proven Frameworks Icon
    Build Securely on AWS with Proven Frameworks

    Lay a foundation for success with Tested Reference Architectures developed by Fortinet’s experts. Learn more in this white paper.

    Moving to the cloud brings new challenges. How can you manage a larger attack surface while ensuring great network performance? Turn to Fortinet’s Tested Reference Architectures, blueprints for designing and securing cloud environments built by cybersecurity experts. Learn more and explore use cases in this white paper.
    Download Now
  • 10
    mt4cpp

    mt4cpp

    boost::thread (and C++11 threads) extensions, e.g. active object

    the C++ header-only library for multi-thread programs. Based on boost::thread from boost library (and in near future on C++11 threads) provides additional features, e.g. active object design pattern, queues, serial port with timeout.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    Medusa

    Medusa

    An open source interactive disassembler

    Medusa is a disassembler designed to be both modular and interactive. It runs on Windows and Linux, it should be the same on OSX. This project is organized as a library. To disassemble a file you have to use medusa_text or qMedusa. Medusa requires the following libraries: boost >= 1.55 (system, filesystem, thread, date_time), OGDF (required git), and Qt5 >= 5.2 for the GUI. You also need CMake for compilation and a C++11 compiler (VS2015 update 2 on Windows). Git is optional but allows to clone...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 12

    4Chan Thread Downloader

    A simple cross platform 4Chan thread downloader.

    A simple to use cross platform 4Chan thread downloader that saves all the images in a thread to a selected location built with Qt and Boost.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 13
    POCO C++ Libraries

    POCO C++ Libraries

    Cross-platform C++ libraries with a network/internet focus.

    NOTE: Current source code as well as bugs/patches are on GitHub: https://github.com/pocoproject/poco/ C++ class libraries for network-centric, portable applications, integrated perfectly with the C++ Standard Library. Includes network protocols (Sockets, HTTP, FTP, SMTP, POP3, etc.), SQL database access and XML parsing. Licensed under Boost license.
    Downloads: 15 This Week
    Last Update:
    See Project
  • 14

    InstaChat

    Hacker-like Retro Chat.

    Remember those Hacker movies chat applications? Yes, those with the green chars that appeared one by one on the screen, in real time, as the remote user typed them. That's what InstaChat aims for, a retro, multiplatform*, ncurses based real time chat, in which each key you press is directly sent through the network to the peer you are talking to. Checkout the Blog(Developers News) for NEWS! *Only tested on windows, but the only used libraries are ncurses and boost for socket...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    Multipurpose cross-platform C++ library. Provides different general purpose entities like stable priority queue that preservs the order of elements with similar priority, scoped sentinel to support transparent exception handling, event dispatcher incapsulates boost::thread, convenient debug output in std::iostream manner and other stuff.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    Extension of the Boost Thread Library: Creating a Thread Periodic RealTime
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    Based on boost. Thread:mutex-condition queue and map,ACE style thread and Glib style thread pool, loop task. Memory:memory pool. COM:COM object invocation. Language:compiler lexical and grammar analysis. Network:epoll reactor.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    This a queue management system, implemented in c++ using boost libraries. 1 thread will put data into a queue 2nd thread will pick the data up for processing. Its like a practicle solution to the producer/consumer or sleeping barber problem.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    CSF is a framework designed to help creating client/server programs with ease. It uses boost::asio boost::thread extensively under the hood.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    A header-only, type-safe, thread-safe, and cross-platform C++ memcache client released under the Boost Software License, building on top of the Boost C++ Library.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    CoTaMan - Concurrent Task Manager is a library based on Boost that allows you to easily run a set of tasks with known dependencies on multiple threads that are managed in a thread pool.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    threadpool is a cross-platform C++ thread pool library. It provides a convenient way for dispatching asynchronous tasks and can be easily customized. threadpool is based on the high-quality Boost source libraries.
    Leader badge
    Downloads: 82 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • Next