thread-library

There are 34 repositories under thread-library topic.

  • RaftLib/RaftLib

    The RaftLib C++ library, streaming/dataflow concurrency via C++ iostream-like operators

    Language:C++94662105126
  • saprykin/plibsys

    Highly portable C system library: threads and synchronization primitives, sockets (TCP, UDP, SCTP), IPv4 and IPv6, IPC, hash functions (MD5, SHA-1, SHA-2, SHA-3, GOST), binary trees (RB, AVL) and more. Native code performance.

    Language:C685369775
  • effil/effil

    Multithreading support for Lua

    Language:C++436277147
  • jwells131313/goethe

    Threading and Caching Utilities for golang

    Language:Go30586
  • leosocy/SmartThreadPool

    A smart C++11 thread pool. Efficiently schedule your threads using "Classify Thread Pool", "Priority Task Queue". And also provide "Self-Adaption Pool Capacity" policy, "State Monitor" of tasks and workers function.

    Language:C++21308
  • shailshouryya/save-thread-result

    Simple subclass wrapper around `threading.Thread` to get the return value from a thread in python. Exact same interface as `threading.Thread`! 🌟 Star this repo if you found it useful! 🌟

    Language:Python19202
  • berndporr/cppThread

    Generic C++ Thread class (very thin wrapper around std::thread)

    Language:C++14206
  • asad82/User-Level-Thread-Library

    The program implements a user level thread library for Linux in C with pre-emption, locks, conditions, semaphores, scheduler, timers, multi-level priority queue ensuring synchronization in real world programs besides several other features making it a complete autonomous library for thread creation and management. Sample test programs utilizing the thread library are also included with the design document and code.

    Language:C9204
  • bhaargav006/User-Thread-Library

    User-level thread library which mimics the interface of the ​pthread​ library and runs in user space

    Language:C++8204
  • zeph7/entice

    An Encrypted Chat Application developed in Python using sockets and RSA algorithm

    Language:Python8202
  • Ethan13310/Thread-Pool-Cpp

    C++14 thread pool implementation

    Language:C++7200
  • MTL

    ZigRazor/MTL

    Multi Thread Library

    Language:C++5243
  • longht021189/PriorityAsyncTask

    Priority Thread

    Language:Java3110
  • lxsmnsyc/ThreadPoolLite

    A library for creating Web Worker pools.

    Language:JavaScript3312
  • CalvinNeo/Nuke

    A Personal C++ Library

    Language:C++2301
  • milanowicz/php-thread

    Control processes in GNU/Linux systems by PHP

    Language:PHP2200
  • RedEugene

    mintUI9976/RedEugene

    An simple job system based of ScheduledThreadPoolExecutor with none monitoring thread

    Language:Java2100
  • aliothe/ActiveObject

    Active Object implementation in c++ (11)

    Language:C++1100
  • atanzu/conveyorpp

    A simple С++ library for building conveyor-like pipelines

    Language:C++1201
  • firejq/threadLib

    简易的 UNIX 用户级线程库

    Language:C++120
  • longlong524/TPSExceutor

    One threadpool implements executor that adjust thread num based TPS

    Language:Java1201
  • rithiksachdeva/Operating-Systems

    UC Davis Operating Systems Projects: creating a simple shell to explore UNIX system calls, developing a user-level thread library to grasp thread operations, including creation, execution, context switching, and synchronization, implementing a FAT-based virtual file system software stack, aimed at understanding file system management in software.

    Language:C1100
  • RohitSindhu/Uthread-Library

    Thread Library which runs in user space

    Language:C++1300
  • shailshouryya/log-everywhere

    Logging package to enable writing the corresponding datetime and thread on which every logged event happenes to multiple, DIFFERENT files safely when running multiple threads (multi-threading with python standard library's `threading` package).

    Language:Python1200
  • andywu0408/User-level-thread-library-in-C

    Implementation of the built-in thread library for C language, including support for Semaphore API and TPS API.

    Language:C0100
  • doevelopper/levitics-arkhe-cfs

    Core Flight System Software for single board computer.

  • jabaa/ThreadPool

    A C++11 library implementing a thread pool.

    Language:C++20
  • JustAnotherSoftwareDeveloper/coms352-threadswitcher

    ComS 352: Operating Systems project

    Language:C++20
  • realmelan/gtthread

    GTThread--a user level thread library

    Language:C20
  • RIscRIpt/win_thread

    Implementation of std::thread using WinAPI.

    Language:C++301
  • ronaessi-28/Multithreaded-End-to-End-Encrypted-Cryptography-Based-Real-Time-Chat

    This is an encrypted chat application to make 2 clients offline chatting possible via LAN or Wifi hotspot, thought a connection with a system that is made as a server. The server is unable to decypher the chat texts among the 2 clients. It is developed by the use of Socket Programming in Python and the encryption is done using RSA Algorithm.

    Language:Python
  • shiva1221/-Multithreaded-end-to-end-encrypted-cryptography-based-real-time-chat.

    This is an encrypted chat application to make 2 clients offline chatting possible via LAN or Wifi hotspot, thought a connection with a system that is made as a server. The server is unable to decypher the chat texts among the 2 clients. It is developed by the use of Socket Programming in Python and the encryption is done using RSA Algorithm.

    Language:Python
  • Valkryst/C_PThread

    A wrapper which simplifies the creation and destruction of POSIX threads.

    Language:C30