Skip to content

Rewritten server ping pipeline using optimized Netty I/O, reduced overhead, and SWR caching for faster server lists on Fabric.

Notifications You must be signed in to change notification settings

vansencool/FastServerPings

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FastServerPings

A client-side mod that rewrites the Minecraft server ping pipeline to scale properly with large server lists and make refreshes feel smoother.

Server pings are scheduled across the entire list instead of running strictly top to bottom, and results are handled using stale-while-revalidate so refreshes feel more responsive without showing invalid data.


Comparison

Vanilla

FastServerPings

FastServerPings + SWR (stale-while-revalidate)


Requirements

Fabric Client-side only


Modpacks and redistribution

You may use this mod in modpacks. Please do not merge this mod into other clients or mods without permission. If you want to do so, contact me first (vansencool on discord).

About

Rewritten server ping pipeline using optimized Netty I/O, reduced overhead, and SWR caching for faster server lists on Fabric.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages