52 skills found · Page 1 of 2
threadly / ThreadlyA library of tools to assist with safe concurrent java development. Providing unique priority based thread pools, and ways to distrbute threaded work safely.
iddm / Thread PriorityA simple Cross-platform thread schedule and priority library for rust.
Tyler-Hardin / Thread PoolThread pool using std::* primitives from C++20, with optional priority queue/greenthreading for POSIX.
mcsong / AdvancedAsyncTaskEnhanced AsyncTask library for Android
MinhasKamal / AlgorithmImplementationsImplementation of Elementary Algorithms (infix-prefix-postfix-evaluation-to-longest-common-increasing-sub-sequence-activity-selection-balance-kd-binary-heap-binomial-tree-breath-depth-first-search-max-flow-shortest-path-topological-sort-calculus-derivative-integration-forward-interpolation-simpson-rule-intersecting-area-non-linear-equation-jacobis-gauss-seidal-bisection-false-position-newton-raphson-fixed-point-secant-cigarette-smokers-genetic-huffman-a-a*-star-binary-knuth-morris-pratt-kmp-quick-thread-priority-based-premitive-shortest-job-non-primitive-arithmetic-expression-data-structures-list-node-implementation-one-two-way-linked-stack-string-graph-numerical-methods-equation-solving-solve-process-problem-search-sort-prime-ugly-friend-perfect-fibonacci-factorial-factor-number)
BVE-Reborn / SwitchyardReal-time compute-focused async executor with job pools, thread-local data, and priorities.
CodeExMachina / BlockingCollectionC++11 thread safe, multi-producer, multi-consumer blocking queue, stack & priority queue class
oconnore / QueuesA Common Lisp queue library with features such as non-consing thread safe queues and fibonacci priority queues
mozilla / Audio Thread PriorityDepending on the platform, bump a thread priority so that it's suitable for real-time audio
noamyogev84 / ConcurrentPriorityQueueA thread-safe generic first in-first out (FIFO) collection with support for priority queuing.
Octoberfest7 / ThreadCPUAssignment POCA small experiment on assigning a processes threads a specific CPU and then blocking it with a high priority thread
bdgrix / ProcRipperGame-focused thread optimizer that applies custom priority, affinity, and boost settings based on config files. Detects game processes, initializes thread rules automatically, and separates game/non-game configs
BaronStack / ThreadPoolA threadpool with C++ , support adjust thread priority and different I/O ,CPU priority.
lthibault / TreapA thread-safe, persistent Treap (tree + heap) for ordered key-value mapping and priority sorting.
karlhiramoto / LibworkqueueCross platform, threaded priority work queue scheduler library in C, with optional C++ wrapper. Run jobs based on priority, and/or scheduled time. Tested on Linux, Windows, BSD, OpenSolaris. Schedule jobs based on priority, and X milliseconds in the future. Can also be used as a worker thread pool.
leosocy / SmartThreadPoolA 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.
jhernberg / Udev RtirqUse udev to automatically change the priority of soundcard interrupt handling threads.
m2osw / EventdispatcherC++ Event Dispatcher support TCP, UDP, Pipes, File System, TLS, Priority, On/Off, Threads, Permanent Connections, etc.
whokilleddb / BoosterDriverA step-by-step walkthrough of how to write a Client and a Driver to communicate with each other and boost the priority of a thread.
MotaDan / Lock Free Concurrent Priority QueueC Implementation of Hakan Sundell and Philippas Tsigas paper "Fast and lock-free concurrent priority queues for multi-thread systems"