Showing 23 open source projects for "mutex"

View related business solutions
  • Red Hat Ansible Automation Platform on Microsoft Azure Icon
    Red Hat Ansible Automation Platform on Microsoft Azure

    Red Hat Ansible Automation Platform on Azure allows you to quickly deploy, automate, and manage resources securely and at scale.

    Deploy Red Hat Ansible Automation Platform on Microsoft Azure for a strategic automation solution that allows you to orchestrate, govern and operationalize your Azure environment.
  • Passwordless authentication enables a secure and frictionless experience for your users | Auth0 Icon
    Over two-thirds of people reuse passwords across sites, resulting in an increasingly insecure e-commerce ecosystem. Learn how passwordless can not only mitigate these issues but make the authentication experience delightful. Implement Auth0 in any application in just five minutes
  • 1
    Ristretto

    Ristretto

    A high performance memory-bound Go cache

    Ristretto is a fast, concurrent cache library built with a focus on performance and correctness. It all started with needing a memory-bound, concurrent Go cache in Dgraph. We looked around for a solution, but we couldn’t find a great one. We then tried using a sharded map, with shard eviction to release memory, which caused us memory issues. We then repurposed Groupcache’s LRU, using mutex locks for thread safety. After having it around for a year, we noticed that the cache suffered from severe...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    cocoyaxi

    cocoyaxi

    A go-style coroutine library in C++11 and more

    cocoyaxi (co for short), is an elegant and efficient cross-platform C++ base library. It contains a series of high-quality base components, such as a go-style coroutine, coroutine-based network programming framework, command line, and config file parser, high-performance log library, unit testing framework, JSON library, etc. co has implemented a go-style coroutine, which has the following features. Multi-thread scheduling, the default number of threads is the number of system CPU cores....
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3

    libthreadar

    C++ library to manage threads and any type of exception between them

    Libthreadar is a C++ library providing an abstracted set of C++ *classes* to manipulate threads in a very simple and efficient way from your C++ code. It also handles exceptions thrown from a thread and propagated to another one, when the later is calling the thread::join() method. This let one manage exceptions as simply as it is in C++ single threaded context. Additionally, all the related objects around multi-threading (mutex, semaphore, ...) are provided, under easy to use and independent...
    Downloads: 52 This Week
    Last Update:
    See Project
  • 4

    ulttiny

    tiny User Level Threads library

    The ulttiny library is small, easy to use and very fast. It's optimized especially for scenarios where tasks and task groups are dynamically and concurrently created on the fly.
    Downloads: 0 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.
  • 5

    ringBufU

    Ring-Buffer library in C, includes support of multithreading

    A Ring-Buffer instance could be used with element types - char - long - long long - void* . Focus is on a hardened SW structure with buffer-instance-pointer check (not very fast but more secure). Some features are globally choosable on compile-time (e.g. switch multithread support off completely to have faster access). Note: User Interface is for Test and Tutor Code only.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6

    Lnkdlst

    Single sided linked list (kind of lib with test-code, C, C++ and java)

    ... and chronological order. Use malloc{slower-but-easy} or fix (static) memory. - OAList01: Object-Kind of a predefined pre-reserved List with X Elements (with constant user-data size), with secur modify functions and option to use locks (POSIX: mutex). Supporting a BusyList and a IdleList for easy build of e.g. a FIFO without need of much time for mem-allocation. - Release-Notes see uws-Lnkdlst-readme.txt in the tar.gz file(s) and in „Files“.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    sysbench

    sysbench

    Scriptable database and system performance benchmark

    sysbench is a scriptable multi-threaded benchmark tool based on LuaJIT. It is most frequently used for database benchmarks, but can also be used to create arbitrarily complex workloads that do not involve a database server. extensive statistics about rate and latency is available, including latency percentiles and histograms. Low overhead even with thousands of concurrent threads. sysbench is capable of generating and tracking hundreds of millions of events per second. New benchmarks can be...
    Downloads: 21 This Week
    Last Update:
    See Project
  • 8
    ECS:Python

    ECS:Python

    Light-weight C++ library for embedding Python into C++

    ... with ECS:Python is a demo project (/example) written to assist developers in understanding how to use the API. ECS:Python requires a Python distribution to be installed on your system. Python can be downloaded from: www.python.org/download What's new in v3.0: * Fixed x64 pointer types. * Added CI and unit tests. * Cleaned up project structure and code formatting. * Switch to C++11 std::mutex.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    JThread - a OO, Java like threading library for C++ ! System independent OO architecture for thread and synchronising classes - separates between operating system independent interfaces and dependent implementations.
    Downloads: 1 This Week
    Last Update:
    See Project
  • Simplify Purchasing For Your Business Icon
    Simplify Purchasing For Your Business

    Manage what you buy and how you buy it with Order.co, so you have control over your time and money spent.

    Simplify every aspect of buying for your business in Order.co. From sourcing products to scaling purchasing across locations to automating your AP and approvals workstreams, Order.co is the platform of choice for growing businesses.
  • 10

    debug_mutex

    c/c++ debug-mutex library

    A cross-platform implementation of a mutex, that automatically checks for everything, you might be doing wrong: - DeadLocks - Invalid mutex leave order - Thread Shutdown, while still holding mutex locks - Destroying a locked mutex - (Un)Locking a destroyed mutex - UnLocking an unlocked mutex - UnLocking an mutex locked by another thread - Locking a non-recursive, locked mutex - Not destroying all mutexes before application termination Every abnormal produces a console output with file...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11

    libstdos

    The base libraries of OSs

    The project is base libraries of OSs(windows, linux, etc.), include pipe, thread, mesg, mutex and so on, it support the libraries of most OSs for application, so developers can create apps and don't care about the details of operation systems
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    The Micro C++ Library (libmicxx) is a small set of portable and easy to use classes providing core features commonly used in modern applications. It is based completely on the Standard C++ Template Library (STL).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13

    CLIPSwl

    CLIPS with lock support. CLIPS for safely handling simultaneous access

    ... such as platform-independent mutex, but newly defines 4 abstract functions (i.e. using function pointers) for allocating, acquiring, releasing and deallocating locks of the environment data. Users may define their own functions that fit for their system by using their platform-dependent mutex. CLIPSwl also support the safe string-related functions treating the rules, and refining the warning parts of the code when compiling with gnu g++ compiler.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14

    UIRepo++

    User Interface Repository for C++

    .... Items are keyed by either int or string, which would normally be the identifiers of the related window controls (but of course any type of data could be stored). UIRepo should give faster data access than searching arrays or lists. It includes optional mutex locks for use in a multi-threaded environment. Example multi-threaded implementations for wxWidgets and .NET are included in the download.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    versaloon

    versaloon

    Universal programmer/debugger. Universal embedded software framework.

    Versaloon Platform is a next gerenation embeded developpment platform based on OOC. It implements a unique HAL layer for all target chips supported. And it will, if implemented, support more then 10 kinds of target chips, provide drivers for more than 100 pheripherial chips, provide generic software stacks(including USB, Wifi...), provide an featured FSM system(with semaphore, mutex support). Versaloon is also a USB dongle providing JTAG, SWD, SPI, IIC, GPIO, PWM, MicroWire, USART, EBI and so on.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16

    EpLibrary

    Visual C++ Utility Library

    * EpLibrary project in this site is not maintained anymore. * The project has been moved to https://github.com/juhgiyo/EpLibrary EpLibrary is a utility library for Visual C++. The features includes: - Math Framework - Enhanced Binary Search - Sort - Stream Framework - Container Framework - Simple Debugger Framework - FileSystem Framework - Other Frameworks - Server/Client Template Framework - System Framework - Thread System For detailed documentation, please download this...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    A set of C++ basic modules, which can be used for C++ Training or some small projects
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    A mutex lock manager implemented in bash and for use from within bash scripts. Includes a version with active wait and one without active wait.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    The libpsync library provides lightweight portable synchronization primitives (thread, mutex, semaphore, etc.) for C/C++ under a non-restrictive license.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    A portable C++ library of multi-threaded STL algorithms (transform, accumulate...) using standard containers and iostreams. Thread, mutex, spinlock are templatized. Close to Intel Threading Building Blocks, HPC++ or PSTL. Idea of A.Stepanov and M.Austen.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    Cross-Platform System Library is a portable C++ run-time library that provides support for manipulating system resources, such as thread, process, mutex, and synchronize, in Win32 and POSIX(UNIX, Linux, Mac OS X) platforms.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    Linux object oriented wrapper written in C++. Provides realtime functionalty. Some object that will be created: Task, Event, Mutex, Condition, Semaphore, Tunnel, Channel, Message, ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    Aesalon is a program behaviour visualization tool. Instead of static analysis on source code or performance profiling, other aspects such as thread interaction, mutex/semaphore status, dynamically-allocated memory, and file/socket I/O are visualized.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • Next