Showing 19 open source projects for "pthread library"

View related business solutions
  • MongoDB Atlas runs apps anywhere Icon
    MongoDB Atlas runs apps anywhere

    Deploy in 115+ regions with the modern database for every enterprise.

    MongoDB Atlas gives you the freedom to build and run modern applications anywhere—across AWS, Azure, and Google Cloud. With global availability in over 115 regions, Atlas lets you deploy close to your users, meet compliance needs, and scale with confidence across any geography.
    Start Free
  • Fully Managed MySQL, PostgreSQL, and SQL Server Icon
    Fully Managed MySQL, PostgreSQL, and SQL Server

    Automatic backups, patching, replication, and failover. Focus on your app, not your database.

    Cloud SQL handles your database ops end to end, so you can focus on your app.
    Try Free
  • 1

    DJGPP cross-compiler with POSIX threads

    Linux to DJGPP cross-compiler with pthread library and std::thread.

    CMake build script for a GNU/Linux to DJGPP cross-compiler with POSIX threads (and std::thread). Please see the README file in the 'Files' section for more details.
    Downloads: 4 This Week
    Last Update:
    See Project
  • 2
    Likwid

    Likwid

    Performance monitoring and benchmarking suite

    Likwid is a simple to install and use toolsuite of command line applications and a library for performance oriented programmers. It works for Intel, AMD, ARMv8 and POWER9 processors on the Linux operating system. There is additional support for Nvidia and AMD GPUs. There is support for ARMv7 and POWER8/9 but there is currently no test machine in our hands to test them properly.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3

    fast_count_multi

    Extremely fast NGS read counter

    ...Files include: fast_count_multi - reports all counts and RPKM, multithreading support fast_count_deseq - reports gene counts in deseq compatible format, multithreading support fast_count - reports all counts with no multithreading support. usage ./fast_count_multi num_threads gtf_file bam_file(s) > output Requires bamtools API library at run time, and c++0x for compile. git clone https://github.com/pezmaster31/bamtools cd bamtools mkdir build cd build cmake .. make export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:path to/lib g++ -I bamtools/include/ -L bamtools/lib/ -o fast_count_multi fast_count_multi.cpp -lz -lbamtools -fpermissive -pthread -std=c++0x
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4

    PupsAudio

    Replacement for PulseAudio

    This library provides a serverless drop in replacement for libpulse.so with minimal dependencies (ALSA+pthread). It does not support any fancy useless feature, but provides just audio I/O. It main motivation to implement this was the ability to run skype (tm) on system where PA is not an option.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Gemini 3 and 200+ AI Models on One Platform Icon
    Gemini 3 and 200+ AI Models on One Platform

    Access Google's best plus Claude, Llama, and Gemma. Fine-tune and deploy from one console.

    Build, govern, and optimize agents and models with Gemini Enterprise Agent Platform.
    Start Free
  • 5

    libnifty

    Nifty pthread modules for C programs

    This project is obsolete and no longer maintained. For the current, maintained version of this library, please see https://github.com/seanpburke/Nifty libnifty provides the basic facilities that most threaded programs need, including message queues, thread pools (aka work queues) and a module to execute tasks at scheduled times. libnifty modules provide APIs that are safe, simple, and easy to use. Using libnifty will help to make your threaded programs stable, scalable and...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    Discrete Event Gnu Advanced Scheduling for plug-in replacement of pthread compatible applications. Generates deterministic execution runs suitable for discrete event simulations and formal verification.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7

    XMLFoundation

    The fastest XML Parser that exists. Portable HTTP Services.

    The fastest XML Parser that exists. A ground up HTTP Server and extendable multithreaded server. Examples for iPhone/Android/WinPhone also 64bit BigData examples for Windows and Linux. This 15 year old project is stable, it originated from the NCIS (National Clinical Info System) project, now used in many applications for portability, performance, and the core TCP and XML integration features in the library. Uses a textbook pure "Object Oriented" design and architecture that simplifies...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8

    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
  • 9
    cCNN

    cCNN

    A fast implementation of LeCun's convolutional neural network

    Code of this library is partialy based on myCNN MATLAB class written by Nikolay Chemurin.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Forever Free Full-Stack Observability | Grafana Cloud Icon
    Forever Free Full-Stack Observability | Grafana Cloud

    Our generous forever free tier includes the full platform, including the AI Assistant, for 3 users with 10k metrics, 50GB logs, and 50GB traces.

    Built on open standards like Prometheus and OpenTelemetry, Grafana Cloud includes Kubernetes Monitoring, Application Observability, Incident Response, plus the AI-powered Grafana Assistant. Get started with our generous free tier today.
    Create free account
  • 10
    libctf is a c thread foundation library that extends pthread functionality by providing common utilities for the programmer. This will ease and enhance threaded program development.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    Simple LAN Chat Client-Server application build in C. It using pthread library and some of gtk stuff. It's purposed to be multiplatform in all OSes by using GTK. This project only for study use.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    pthreadw is a profiling library for multi-threaded programs. It can be used to automatically identify common problems related to threads that limit performance of parallel programs such as lock contention or load imbalance.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    SocketCC is a C++ class library that encapsulates existing Sockets and pthread APIs, providing a simple solution to writing networked IP applications in these environments. The libraries support IPv4 and IPv6 sockets utilising both TCP and UDP Protocols.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    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
  • 15
    A C++ high-level yet efficent multithreading library, portable across pthread-enabled platforms (and at a later developement stage also natively on windows). Implements also low level primitives for faster multithreading.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    The dthreads C library implements pthread-based read/write locking that is versatile, yet very simple to use, and eliminates concerns about race conditions and deadlocks associated with implementing new read/write locks for every project.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    This task library is built upon libspe2 from IBM Cell SDK. It gives a clean task interface to Cell programmers to start jobs in SPUs by hiding the tedious context/pthread creation, mailbox/signal/interrupt mailbox communication, etc.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18

    C++ Custom Threads Library

    A library enabling concurrency by using threads for a single process.

    This project demonstrates the implementation of a custom thread library using POSIX threads (pthread). The custom library is designed to provide low-level control over thread management and synchronization, offering functionality similar to the C++ Standard Library's <thread> library. The custom thread library includes various features like mutexes, lock guards, condition variables, thread attributes, and thread-local storage, making it robust and flexible for multithreaded programming.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19

    distortos

    object-oriented C++ RTOS for microcontrollers

    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • Next
MongoDB Logo MongoDB