awesome-repositories.com
Blog
MCP
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektÜber unsRanking-MethodikPresseMCP-Server
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
Back to gametechdev/gts-gamestaskscheduler

Open-source alternatives to GTS GamesTaskScheduler

30 open-source projects similar to gametechdev/gts-gamestaskscheduler, ranked by how many features they have in common. Compare stars, activity and what each one does to find the best GTS GamesTaskScheduler alternative.

  • microsoft/rusttrainingAvatar von microsoft

    microsoft/RustTraining

    14,636Auf GitHub ansehen↗

    This project is a structured Rust programming curriculum and systems programming course designed to take learners from beginner to expert levels. It provides a comprehensive set of training materials focused on mastering the core syntax, idioms, and technical foundations of the Rust language. The project features a specialized language transition framework that maps concepts from C++, managed languages, and dynamic typing to Rust idioms. This allows developers from different ecosystems to translate architectural patterns and memory models into idiomatic Rust. The training covers a broad rang

    Rust
    Auf GitHub ansehen↗14,636
  • amanieu/asyncplusplusAvatar von Amanieu

    Amanieu/asyncplusplus

    1,417Auf GitHub ansehen↗

    Async++ concurrency framework for C++11

    C++
    Auf GitHub ansehen↗1,417
  • bshoshany/thread-poolAvatar von bshoshany

    bshoshany/thread-pool

    3,009Auf GitHub ansehen↗

    BS::thread_pool: a fast, lightweight, modern, and easy-to-use C++17 / C++20 / C++23 thread pool library

    C++concurrencycpluspluscplusplus-17
    Auf GitHub ansehen↗3,009
  • apple/swift-corelibs-libdispatchAvatar von apple

    apple/swift-corelibs-libdispatch

    2,596Auf GitHub ansehen↗

    The libdispatch Project, (a.k.a. Grand Central Dispatch), for concurrency on multicore hardware

    C
    Auf GitHub ansehen↗2,596

KI-Suche

Entdecke weitere awesome Repositories

Beschreibe in einfachen Worten, was du brauchst — die KI bewertet tausende kuratierte Open-Source-Projekte nach Relevanz.

Find more with AI search
arrayfire/arrayfireAvatar von arrayfire

arrayfire/arrayfire

4,888Auf GitHub ansehen↗

ArrayFire is a hardware-agnostic compute framework and JIT-compiled tensor engine designed for high-performance numerical computing. It serves as a GPU numerical computing library and parallel signal processing toolkit that abstracts hardware backends, allowing the same codebase to execute across various GPU architectures and CPUs. The project distinguishes itself through a JIT engine that uses expression compilation to fuse operations and minimize memory overhead. It employs a deferred execution graph to optimize computation chains and provides interoperability primitives to share data and e

C++arrayfirecc-plus-plus
Auf GitHub ansehen↗4,888
  • atgreen/cl-cancelAvatar von atgreen

    atgreen/cl-cancel

    5Auf GitHub ansehen↗

    Cancellation propagation library for Common Lisp with deadlines and timeouts

    Common Lisp
    Auf GitHub ansehen↗5
  • atgreen/cl-etcdAvatar von atgreen

    atgreen/cl-etcd

    20Auf GitHub ansehen↗

    Run etcd as an asynchronous inferior process

    Common Lisp
    Auf GitHub ansehen↗20
  • atgreen/cl-natsAvatar von atgreen

    atgreen/cl-nats

    11Auf GitHub ansehen↗

    A full-featured NATS messaging client for Common Lisp.

    Common Lisp
    Auf GitHub ansehen↗11
  • basiliscos/cpp-rotorAvatar von basiliscos

    basiliscos/cpp-rotor

    388Auf GitHub ansehen↗

    Event loop friendly C++ actor micro-framework, supervisable

    C++
    Auf GitHub ansehen↗388
  • bloomberg/quantumAvatar von bloomberg

    bloomberg/quantum

    631Auf GitHub ansehen↗

    Powerful multi-threaded coroutine dispatcher and parallel execution engine

    C++
    Auf GitHub ansehen↗631
  • bloomen/transwarpAvatar von bloomen

    bloomen/transwarp

    633Auf GitHub ansehen↗

    A header-only C++ library for task concurrency

    C++
    Auf GitHub ansehen↗633
  • boostorg/computeAvatar von boostorg

    boostorg/compute

    1,654Auf GitHub ansehen↗

    A C++ GPU Computing Library for OpenCL

    C++boostc-plus-pluscompute
    Auf GitHub ansehen↗1,654
  • borodust/cl-flowAvatar von borodust

    borodust/cl-flow

    52Auf GitHub ansehen↗

    Reactive computation tree library for non-blocking concurrent Common Lisp

    Common Lisp
    Auf GitHub ansehen↗52
  • brown/swank-crewAvatar von brown

    brown/swank-crew

    48Auf GitHub ansehen↗

    Common Lisp distributed computation framework implemented using Swank Client

    Common Lisp
    Auf GitHub ansehen↗48
  • andreiavrammsd/cpp-channelAvatar von andreiavrammsd

    andreiavrammsd/cpp-channel

    584Auf GitHub ansehen↗

    C++11 thread-safe container for sharing data between threads (synchronized queue)

    C++channelconcurrent-queuecpp
    Auf GitHub ansehen↗584
  • cameron314/concurrentqueueAvatar von cameron314

    cameron314/concurrentqueue

    12,070Auf GitHub ansehen↗

    ConcurrentQueue is a header-only C++ template library that provides a lock-free data structure for multi-producer multi-consumer thread communication. It functions as a synchronization primitive designed to coordinate data flow between concurrent execution units using atomic operations rather than traditional mutex locking. The library distinguishes itself through a design that minimizes contention and synchronization overhead. It utilizes sub-queue token mapping to distribute workloads across partitioned internal queues and supports bulk operations to transfer multiple data elements in singl

    C++
    Auf GitHub ansehen↗12,070
  • cameron314/readerwriterqueueAvatar von cameron314

    cameron314/readerwriterqueue

    4,576Auf GitHub ansehen↗

    This project is a single-producer single-consumer concurrent queue for C++ designed for lock-free data exchange between threads. It provides a thread-safe mechanism to transfer data without the use of mutexes or locks. The queue is implemented as a contiguous circular buffer that supports dynamic capacity growth to prevent data loss when the queue reaches its limit. It utilizes atomic synchronization and wait-free index management to coordinate data access between the writing and reading threads. The library covers inter-thread communication and buffer management, offering both blocking and

    C++
    Auf GitHub ansehen↗4,576
  • computationalradiationphysics/alpakaAvatar von ComputationalRadiationPhysics

    ComputationalRadiationPhysics/alpaka

    4Auf GitHub ansehen↗

    The project alpaka has moved to https://github.com/alpaka-group/alpaka

    Auf GitHub ansehen↗4
  • computationalradiationphysics/cuplaAvatar von ComputationalRadiationPhysics

    ComputationalRadiationPhysics/cupla

    4Auf GitHub ansehen↗

    The project alpaka has moved to https://github.com/alpaka-group/cupla

    Auf GitHub ansehen↗4
  • concurrencykit/ckAvatar von concurrencykit

    concurrencykit/ck

    2,650Auf GitHub ansehen↗

    Concurrency primitives, safe memory reclamation mechanisms and non-blocking (including lock-free) data structures designed to aid in the research, design and implementation of high performance concurrent systems developed in C99+.

    C
    Auf GitHub ansehen↗2,650
  • conorwilliams/libforkAvatar von ConorWilliams

    ConorWilliams/libfork

    879Auf GitHub ansehen↗

    A bleeding-edge, lock-free, wait-free, continuation-stealing tasking library built on C++20's coroutines

    C++
    Auf GitHub ansehen↗879
  • cosmos72/stmxAvatar von cosmos72

    cosmos72/stmx

    258Auf GitHub ansehen↗

    High performance Transactional Memory for Common Lisp

    Common Lisp
    Auf GitHub ansehen↗258
  • david-haim/concurrencppAvatar von David-Haim

    David-Haim/concurrencpp

    2,755Auf GitHub ansehen↗

    Modern concurrency for C++. Tasks, executors, timers and C++20 coroutines to rule them all

    C++
    Auf GitHub ansehen↗2,755
  • ddemidov/vexclAvatar von ddemidov

    ddemidov/vexcl

    721Auf GitHub ansehen↗

    VexCL is a C++ vector expression template library for OpenCL/CUDA/OpenMP

    C++
    Auf GitHub ansehen↗721
  • digital-fabric/polyphonyAvatar von digital-fabric

    digital-fabric/polyphony

    662Auf GitHub ansehen↗

    Fine-grained concurrency for Ruby

    C
    Auf GitHub ansehen↗662
  • eventmachine/eventmachineAvatar von eventmachine

    eventmachine/eventmachine

    4,283Auf GitHub ansehen↗

    EventMachine is a reactor-pattern network framework for Ruby that provides an asynchronous I/O library for performing non-blocking network and file operations. It functions as a network server framework used to build scalable TCP and UDP servers and clients that process multiple simultaneous requests. The framework implements a concurrency model that dispatches network events to registered handlers using a single-threaded event loop. This approach allows for the management of high-concurrency network connections without the overhead of multi-threaded programming. The library covers the devel

    Ruby
    Auf GitHub ansehen↗4,283
  • eyalroz/cuda-api-wrappersAvatar von eyalroz

    eyalroz/cuda-api-wrappers

    890Auf GitHub ansehen↗

    Thin, unified, C++-flavored wrappers for the CUDA APIs

    C++
    Auf GitHub ansehen↗890
  • facebookincubator/dispensoAvatar von facebookincubator

    facebookincubator/dispenso

    282Auf GitHub ansehen↗

    The project provides high-performance concurrency, enabling highly parallel computation.

    C++
    Auf GitHub ansehen↗282
  • fukamachi/psychiqAvatar von fukamachi

    fukamachi/psychiq

    57Auf GitHub ansehen↗

    Background job processing for Common Lisp

    Common Lisp
    Auf GitHub ansehen↗57
  • ahoward/forkoffAvatar von ahoward

    ahoward/forkoff

    74Auf GitHub ansehen↗

    brain-dead simple parallel processing for ruby

    Ruby
    Auf GitHub ansehen↗74