Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/litetex-oss/mcm-server-snapshot-performance-backports
Minecraft mod that backports server performance improvements for the latest release from the latest snapshots
https://github.com/litetex-oss/mcm-server-snapshot-performance-backports
fabric minecraft mod performance server snapshot-backports
Last synced: 21 days ago
JSON representation
Minecraft mod that backports server performance improvements for the latest release from the latest snapshots
- Host: GitHub
- URL: https://github.com/litetex-oss/mcm-server-snapshot-performance-backports
- Owner: litetex-oss
- License: apache-2.0
- Created: 2024-09-22T13:40:38.000Z (about 2 months ago)
- Default Branch: dev
- Last Pushed: 2024-10-17T02:57:27.000Z (21 days ago)
- Last Synced: 2024-10-17T05:23:41.595Z (21 days ago)
- Topics: fabric, minecraft, mod, performance, server, snapshot-backports
- Language: Java
- Homepage: https://modrinth.com/mod/server-snapshot-performance-backports
- Size: 196 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Security: SECURITY.md
Awesome Lists containing this project
README
[![Version](https://img.shields.io/modrinth/v/r2KV1Oja)](https://modrinth.com/mod/server-snapshot-performance-backports)
[![Build](https://img.shields.io/github/actions/workflow/status/litetex-oss/mcm-server-snapshot-performance-backports/check-build.yml?branch=dev)](https://github.com/litetex-oss/mcm-server-snapshot-performance-backports/actions/workflows/check-build.yml?query=branch%3Adev)
[![Quality Gate Status](https://sonarcloud.io/api/project_badges/measure?project=litetex-oss_mcm-server-snapshot-performance-backports&metric=alert_status)](https://sonarcloud.io/dashboard?id=litetex-oss_mcm-server-snapshot-performance-backports)# Server Snapshot Performance Backports
Backports server performance improvements for the latest release from the latest snapshots.
Details about the optimizations can be found in the [changelog](https://github.com/litetex-oss/mcm-server-snapshot-performance-backports/blob/dev/CHANGELOG.md).
## Motivation/Why does this mod exist?
Snapshots (e.g. [24w33a](https://minecraft.wiki/w/Java_Edition_24w33a)) can contain extreme performance improvements for servers.
However it may take months until we see these improvements finally shipped in a release.This mod contains selected extracted improvements from the snapshots and backports them into the latest available release.
1.21.1 Idle CPU usage comparison
Before / Without mod:
![Before](https://raw.githubusercontent.com/litetex-oss/mcm-server-snapshot-performance-backports/refs/heads/dev/assets/1.21.1_Before_Without.jpg)After / With mod:
![After](https://raw.githubusercontent.com/litetex-oss/mcm-server-snapshot-performance-backports/refs/heads/dev/assets/1.21.1_After_With.jpg)## Installation
[Installation guide for the latest release](https://github.com/litetex-oss/mcm-server-snapshot-performance-backports/releases/latest#Installation)## Contributing
See the [contributing guide](./CONTRIBUTING.md) for detailed instructions on how to get started with our project.