Showing 12 open source projects for "multi-thread cpu"

View related business solutions
  • 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
  • Train ML Models With SQL You Already Know Icon
    Train ML Models With SQL You Already Know

    BigQuery automates data prep, analysis, and predictions with built-in AI assistance.

    Build and deploy ML models using familiar SQL. Automate data prep with built-in Gemini. Query 1 TB and store 10 GB free monthly.
    Try Free
  • 1
    BlueMap

    BlueMap

    A Minecraft mapping tool that creates 3D models of your Minecraft

    ...BlueMap comes as a Spigot/Paper or Sponge Plugin, as a Fabric or Forge-Mod and you can also use BlueMap without any Server from the Command-Line as a standalone tool. If installed as a Plugin/Mod, BlueMap renders asynchronously to your MinecraftServer-Thread. This means at no time it will block your server thread directly. So as long as your CPU is not fully utilized, your server should not be slowed down while BlueMap is rendering.
    Downloads: 30 This Week
    Last Update:
    See Project
  • 2
    Folia

    Folia

    Fork of Paper which adds regionized multithreading

    Folia is an experimental fork of the Paper Minecraft server software designed to improve scalability by introducing region-based multithreading. Traditional Minecraft servers run most game logic on a single main thread, which creates performance bottlenecks when many players are active simultaneously. Folia addresses this limitation by dividing the game world into independent regions composed of nearby chunks and assigning each region its own tick loop. These regions run concurrently on multiple threads within a thread pool, allowing server hardware with many CPU cores to process gameplay events in parallel. ...
    Downloads: 2 This Week
    Last Update:
    See Project
  • 3
    Spartan Engine

    Spartan Engine

    A game engine with an emphasis on real-time cutting-edge solutions

    ...It supports next-gen performance and image quality technologies including variable rate shading, dynamic resolution scaling, temporal anti-aliasing, and upscaling via XeSS 2 and FSR 3. Beyond rendering, SpartanEngine offers PhysX-powered physics, CPU and GPU profiling, a thread pool for parallel workloads.
    Downloads: 4 This Week
    Last Update:
    See Project
  • 4
    Hello Minecraft! Launcher

    Hello Minecraft! Launcher

    A Minecraft Launcher which is multi-functional, cross-platform

    HMCL is a cross-platform Minecraft launcher that supports Mod Management, Game Customizing, ModLoader Installing (Forge, NeoForge, Fabric, Quilt, LiteLoader, and OptiFine), Modpack Creating, UI Customization, and more. HMCL has amazing cross-platform capabilities. It can not only run on different operating systems such as Windows, Linux, and macOS, but also supports multiple CPU architectures such as x86, ARM, MIPS, and LoongArch. You can easily play Minecraft on different platforms through...
    Downloads: 455 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 generative AI apps with Vertex AI. Switch between models without switching platforms.
    Start Free
  • 5
    Roblox Anti-AFK • AntiAFK-RBX

    Roblox Anti-AFK • AntiAFK-RBX

    Roblox Anti-AFK. The program for AntiAFK and Multi-Instance in Roblox.

    • AntiAFK-RBX | Roblox Anti-AFK • multi-instance • safe • simple • discreet for the user • open-source • ⁉️ | The best program for AntiAFK and Multi-Instance in Roblox. Or just Roblox AntiAFK . |⁉️ ⭐ | simple, lightweight, discreet (for the user) and simply the best anti afk for Roblox | ⭐ 🚀 | AntiAFK-RBX work with BloxStrap/FishStrap/Roblox[base/shaders] | 🚀 • Features • 📦Multi-instance support: make multi-instance roblox possible and support it in any mode 🛟Safe To Use: completely safe to use, uses only safe method 👁️Hides game and without focus on it (aka Background Anti-AFK) 🌑Dark Style: approaches to antiafk dark style theme 📂Fast, Not Demaning (<8Mb of RAM and <0.1% CPU), Lightweight(<200Kb), Portable and other! ...
    Leader badge
    Downloads: 306 This Week
    Last Update:
    See Project
  • 6
    Cryptic Roblox Executor For PC

    Cryptic Roblox Executor For PC

    Download Cryptic Roblox executor for keyless scripting. Free for PC.

    Cryptic Roblox Executor is a powerful, keyless script executor built for Roblox on PC. It allows users to safely and efficiently run custom Lua scripts in any Roblox game, unlocking new features, automation, and enhanced control over gameplay. Tested and benchmarked for top performance, Cryptic stands out from other free executors thanks to its clean UI, fast injection time, and support for most modern scripts. Following the discontinuation of our previous executor, Cryptic is now the...
    Downloads: 260 This Week
    Last Update:
    See Project
  • 7
    GPCS4

    GPCS4

    A work-in-progress PlayStation 4 emulator

    A PlayStation 4 emulator which was just started. A project done for fun, and for technical research. The only reason I have started this project is for learning 3D graphics. It's not intended to become a serious application. Support simple compute shader, compute ring, cube maps. For more details you could join our discord server to contact me, or if you are used to Tencent QQ/TIM, just join our group. There you can get more resources which are useful for contributing. To run or develop...
    Downloads: 22 This Week
    Last Update:
    See Project
  • 8
    Amethyst Game Engine

    Amethyst Game Engine

    Data-oriented and data-driven game engine written in Rust

    ...Amethyst uses a rigorous Entity Component System (ECS) architecture to organize game logic. This abstracts away some of the parallelism work, allowing easier exploitation of multi-threading in games. The ECS is rich in features and very efficient, as it never does any memory locking while remaining entirely thread-safe. Amethyst uses gfx-rs to render graphics with Vulkan or Metal. It is meant to be used for 2D and 3D, with various utilities for both types of games. It should be beginner friendly but also allow more advanced uses such as custom render passes and GLSL shaders. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    Downloads: 0 This Week
    Last Update:
    See Project
  • Go from Code to Production URL in Seconds Icon
    Go from Code to Production URL in Seconds

    Cloud Run deploys apps in any language instantly. Scales to zero. Pay only when code runs.

    Skip the Kubernetes configs. Cloud Run handles HTTPS, scaling, and infrastructure automatically. Two million requests free per month.
    Try it free
  • 10
    Leaf

    Leaf

    A game server framework in Go (golang)

    ...Leaf tends to provide simple and plain interfaces which are always best for use. Self-healing. Leaf always tries to salvage the process from runtime errors instead of leaving it to crash. Multi-core support. Leaf utilize its modules and leaf/go to make use of CPU resouces at maximum while avoiding varieties of side effects may be caused. Each module runs inside a separate goroutine. Modules communicate with one another via a light weight RPC channel(leaf/chanrpc). Leaf suggests not to take in too many modules in your game server implementation. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    Opticraft is a custom server for Classic Minecraft multiplayer developed in python. It makes use of no extra dependencies, it is not based off Myne, and requires python 2.6. It aims to be light weight as well as easy to setup and use.
    Leader badge
    Downloads: 281 This Week
    Last Update:
    See Project
  • 12
    Custom scripts and other tools for C&C Renegage. Includes Multi-Scripts Loader as well as the home of CPU Killer's Scripts (scripts_cpu.dll)
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • Next
MongoDB Logo MongoDB