2024-08-02 02:23:23 +03:00
2024-07-20 14:48:52 +03:00
2024-08-02 02:20:46 +03:00
2024-08-02 02:23:23 +03:00
2024-03-09 17:03:11 -08:00
2024-03-09 17:03:11 -08:00
2024-08-02 02:23:23 +03:00
2024-03-09 17:03:11 -08:00
2024-03-09 17:03:11 -08:00
2024-03-09 17:03:11 -08:00
2024-03-09 17:03:11 -08:00
2024-07-13 22:08:41 +03:00

Nitori

A performance mod that converts patches into mixins using the Ignite Framework for Paper/Spigot.

Optimizations:

This plugin provides the following optimizations:

  • Faster Entity tracker by utilizing Multiple Cores this will allow larger servers to have way more entities
  • Async NBT data saving which improves where paper doesn't on world saving
  • Many of Lithium's Optimization patches which includes:
    • Faster Math
    • Faster Entity retrieval
    • Reduced Memory allocations
    • Improved inlined logics
    • Improved collections
    • Pre-Computed Shape arrays
    • Improved Block Entity tickings
    • Lithium Chunk Gen
    • Mob Ai Improvements (soon)
    • Fast BlockPos
    • Faster entity related inmterractions (Hand swing, Sprinting particles etc.)
    • ...and much more
  • Includes some of the patches from Very Many Players (VMP)'s
    • Improved player tracking logic
    • Improved TypeFilterableList
    • If entity velocity is zero it won't send it as packets
    • Improved Player lookups
    • Faster VarInts
  • Some patches from Potatoptimize
    • Way faster math
    • Faster rotation logic
    • Many Inlined logics

Optimizations To-Do:

  • Async Mob Pathfinding
  • Multithreading starlight using ScaleableLux
  • Easier config to toggle optimizations on and off
  • Improving EntityTickList further

Description
NitoriMC Repository Backup
Readme GPL-3.0 680 KiB
Languages
Java 100%