← Назад к ресурсам

HE: HariEntity

A parallel entity processing engine that distributes entity ticking and mob spawning across multiple CPU threads to reduce main thread load

Modrinth management optimization technology

Описание

HariMultiThread | Async Entity ProcessingMassively Parallel Entity Ticking & SpawningWhat Is HariMultiThreadHariMultiThread is a multi-threaded entity processing engine (based on Async) that parallelizes entity ticking across all available CPU cores.More Entities. Same TPS.By distributing entity updates across a thread pool, HariMultiThread eliminates the single biggest bottleneck on entity-heavy servers — the main thread.Technical ArchitectureDesigned for safe, scalable parallel entity processing.Parallel Entity Ticking: Entities are batched and processed concurrently across all CPU coresAsync Mob Spawning: Natural mob spawning calculations run in parallel with the main tickThread-Safe Synchronization: Critical entities (TNT, items, projectiles) are always processed on the main threadExplosion Processing: Dedicated thread pool for explosion calculations independent of entity tickingDynamic Thread Pool: Automatically scales to use all available processorsConfigurationLocated in config/async.toml.Thread Count: Maximum parallel threads (default: all available processors)Async Spawn: Toggle asynchronous entity spawningSynchronized Entities: Configure which entities must tick on the main threadIn-game Commands: /async config and /async stats for runtime managementSafety & CompatibilityNot all entities can be safely parallelized.Always Synchronized: Projectiles, minecarts, boats, players, falling blocks, and shulkersConfigurable: TNT, items, experience orbs, creepers, withers, and more can be toggledMod Compatibility: Special handling for Harium, HariPlayer, and HariChunk integrationFork InformationHariMultiThread is a fork of Async.Experimental: Parallel entity processing may cause issues with some mods. Test thoroughly.Credits & SupportOriginal Async created and maintained by the community.HariMultiThread maintains the cutting-edge parallel processing improvements.Join the CommunityGet help and updates on our Discord.JOIN DISCORDHariMultiThread - Maintained by Hari - High Performance Minecraft