your current location:首页 > news>Seaborg IU Buy Minecraft

Seaborg IU Buy Minecraft

2024-12-12 09:16:28|Myriagame |source:minecraft skins

Stop more notice

This module will not have a new version of the update. Sodium has achieved similar optimization and repair as this module, and the author has no time to maintain this module.

Overview

Seaborgium is a free and open -source optimization module of MINECRAFT.It improves the rendering performance of the game by achieving optimization measures ignored by other modules.

Seaborgium provides a unified jar package containing the Fabric and Forge version of the module.

Optimization measure

Seaborgium implements a simple cache to store a unified variable position of each color device program.

When GLSTATMANAGER calls GlgetuniformLocation for the first time, Seaborgium checks whether the required unified variable has a cache location information.If so, it will return the cache position without calling GlgetuniformLocation.If not, it will call GlgetuniformLocation and store the results in the cache for future use.

This optimization measure reduces the number of OpenGL calls and avoid unnecessary expenses.Calling GlgetUniformLocation is considered a very slow operation, and the driver often consumes a long CPU time to process this function.The result of caching this function, Seaborgium can avoid wasting the CPU cycle waiting function to return the data we already have.

How much performance will improve?

The degree of performance improvement will vary according to the specific situation.The performance data discussed below is based on the author's computer test.The author's machine configuration is AMD Ryzen 5600X, 32GB DDR4 @ 3200MHz and NVIDIA GTX 980Ti.All tests are installed with commonly used optimized modules Lithium and Sodium.

When Minecraft renders too much heart -shaped icon to the screen, it will cause performance decline.In the case of the damage absorption level to 255, the module can increase from the average 53 FPS to a considerable average average 163 FPS.

In ordinary game scenes, the results are still significant, but it is not as obvious as the previous situation.Compared to not installing this module, it can be increased by 30-50 FPS.

compatibility

Seaborgium is compatible with most optimized modules you can think of, including Sodium/Rubidium, Canary/Lithium, StarLight, and so on!

Tip: Module is currently not compatible with Iris 1.6.5 and above versions.Related ISSUE link

Except for changing the module of the rear graphics API (such as Vulkanmod), there are currently no well -known modules.If you find any problems, please report on the author's ISSUE page!

Branch

Module branch version made by Will258012:

Fix the above IRIS compatibility problem

Support 1.20.x version

Github link