Showing 20 open source projects for "pthreads-w64"

View related business solutions
  • 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
  • The #1 Embedded Analytics Solution for SaaS Teams. Icon
    The #1 Embedded Analytics Solution for SaaS Teams.

    Qrvey saves engineering teams time and money with a turnkey multi-tenant solution connecting your data warehouse to your SaaS application.

    Qrvey’s comprehensive embedded analytics software enables you to design more customizable analytics experiences for your end users.
    Try Developer Playground
  • 1
    Plog

    Plog

    Portable, simple and extensible C++ logging library

    Portable, simple and extensible C++ logging library. Plog is a C++ logging library that is designed to be as simple, small and flexible as possible. It is created as an alternative to existing large libraries and provides some unique features as CSV log format and wide string support.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    Ox: Attribute Grammar Compiling System

    Ox: Attribute Grammar Compiling System

    Ox is an attribute-grammar evaluator generator.

    Ox is an attribute grammar compiling system that augments Lex and Yacc specifications with definitions of synthesized and inherited attributes written in a combination of Ox and C/C++ syntax. From these augmented specifications, Ox generates ordinary Lex and Yacc specifications that build and decorate attributed parse trees. The user can specify parse-tree traversals for easy ordering of side effects such as code generation. Ox handles the tedious and error-prone details of writing code...
    Downloads: 21 This Week
    Last Update:
    See Project
  • 3

    The Unicon Project

    A modern descendant of the Icon programming language.

    Unicon is a very high level object-oriented network- and graphics-savvy programming language with a syntax similar to Pascal or C. Goal-direction, backtracking, patterns and novel data structures make Unicon ideal for rapidly solving complex problems.
    Leader badge
    Downloads: 17 This Week
    Last Update:
    See Project
  • 4
    Portable Cpp Sound OpenAL

    Portable Cpp Sound OpenAL

    cross-platform sound-playing package for C++ apps

    This is a cross-platform sound-playing package for C++ apps that can asynchronously start and stop music loops, as well as initiate transient sounds. It plays WAV files, via OpenAL, on Windows, OSX, and linux platforms. It is suitable for any Cpp application that needs music, sound loops or transient sound effects; eg. games.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Start building the next generation of GenAI apps today Icon
    Start building the next generation of GenAI apps today

    MongoDB and Google Cloud bring together powerful technologies that enable you to confidently build GenAI experiences.

    MongoDB Atlas is a fully-managed developer data platform built by developers, for developers. With tight integration to Google Cloud services such as Vertex AI and BigQuery, you can accelerate application deployment to stay at the forefront of AI innovation.
    Learn More
  • 5

    GCDebRTrc

    Debug Facility for Real-Time issues

    For C (and CPP obviously): Include a fast and tiny RAM-tracing feature for Real-Time (RT) debugging purposes. >> ONLY FOR DEBUGGING << Very much faster than printf-debugging, which may result in unforseen results in an RT environement.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    SDL2 binding for Go

    SDL2 binding for Go

    SDL2 binding for Go

    go-sdl2 is SDL2 wrapped for Go users. It enables interoperability between Go and the SDL2 library which is written in C. That means the original SDL2 installation is required for this to work. Some older versions of the distributions such as Ubuntu 13.10 may also be used but it may miss an optional package such as libsdl2-ttf-dev on Ubuntu 13.10's case which is available in Ubuntu 14.04. Note that the first build may take several minutes on machines that are not powerful such as Raspberry Pi.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    Libtpool

    Libtpool

    A thread pool library using pthreads

    A thread pool library that uses a context so a program may utilize more than one thread pool at a time. A hook allows your program to determine the number of free threads before attempting to launch one. This library has seen successful use in a range of server daemons and client daemons.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    Sisal is a unique parallel language that supports a clean, fully implicit parallelization model. The optimizing sisal compiler (sisalc) works on top of pthreads to give high performance on commodity SMP architectures.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    This is a simple implementation of thread pool written in C. The implementation is based on POSIX pthreads.
    Downloads: 1 This Week
    Last Update:
    See Project
  • Top-Rated Free CRM Software Icon
    Top-Rated Free CRM Software

    216,000+ customers in over 135 countries grow their businesses with HubSpot

    HubSpot is an AI-powered customer platform with all the software, integrations, and resources you need to connect your marketing, sales, and customer service. HubSpot's connected platform enables you to grow your business faster by focusing on what matters most: your customers.
    Get started free
  • 10

    Pthread Pool

    A lightweight thread pool implemented using Pthreads

    Pthread Pool is a lightweight, efficient thread pool implemented entirely using the Pthreads API.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11

    Dantzig-Wolfe Solver

    An implementation of Dantzig-Wolfe decomposition built upon GLPK

    An implementation of Dantzig-Wolfe decomposition built upon the GNU Linear Programming Kit. This is a command line tool for solving properly decomposed linear programs. There are several examples and some documentation to guide the use of this solver. Forked over to GitHub (see link).
    Downloads: 1 This Week
    Last Update:
    See Project
  • 12
    GC++ is a small portable tracing mark-and-sweep garbage collection library for C++. It requires a standards-conforming C++ compiler and pthreads support.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13

    Simple Concurrent Library - SimCoL

    SimCoL is a c++ lib that focus on classic concurrent problems.

    The SimCoL project - Scl in short - is a very simple library developed with c++ as graduation project. Its objective is to implement classes for solving simple problems that have interfaces like the classic concurrent problems (producer and consumer, work pools, and others). The project can be compiled using Visual Studio 2008 or higher (the project is incompatible with Windows older than Vista or Server 2008) and also supposed to be able with any Unix system with native PThreads support.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    A simple-to-use and lightweight multithreading and synchronisation library for C++. Currently it should work on Microsoft Windows (all features on Windows 2000 or later) and any platform including a working pthreads implementation.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    A pthreads library for embedded operating systems. Implements the pthreads API using only commonly available OS primitives (e.g. semaphores, tasks) so that the library can easily be ported to almost any RTOS. Currently includes support for DSP/BIOS and P
    Downloads: 1 This Week
    Last Update:
    See Project
  • 16
    A data parallel scientific programming model. Compiles efficiently to different platforms like distributed memory (MPI), shared memory multi-processor (pthreads), Cell BE processor, Nvidia Cuda, SIMD vectorization (SSE, Altivec), and sequential C++ code.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    Sooc is a C library that enables developers to write object-oriented programs in C. Sooc (Simple Object-Oriented C) comes with useful stream and collection classes and provides mechanisms for memory management, exceptions and, with pthreads, threading.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    General utility code for queuing and simple index tables for embedded software projects. It also includes async I/O sample code using pthreads.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    PI-Threads; A C++ threads object built upon Win32 Threads and POSIX pthreads which can be compiled on either Win32 compliant systems or POSIX compliant systems with pthread support.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    DATTEL means "DATa parallel TEmplate Library". It is a C++ library providing STL-algorithms on shared memory (via pthreads) and/or distributed memory (via MPI). The parallelism is hidden from the programmer. Porting code to DATTEL should be easy.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • Next