ModernFix/src/main/java/org/embeddedt/modernfix
embeddedt 4ff7d4c554
Allow a single low-priority worker thread when cause_lag_by_disabling_threads is enabled
On a system with few cores, we should still benefit from using one low-priority
background thread for worldgen, because it avoids the server thread stopping
to handle it itself. The thread will be blocked
from progressing while higher-priority work (e.g. rendering or server ticking)
is in progress.
2026-03-28 21:45:14 -04:00
..
api Merge common & forge projects, replace Arch Loom with MDG 2025-12-26 18:13:42 -05:00
benchmark Add worldgen benchmarking harness 2026-03-14 18:46:32 -04:00
blockstate Merge common & forge projects, replace Arch Loom with MDG 2025-12-26 18:13:42 -05:00
command Merge common & forge projects, replace Arch Loom with MDG 2025-12-26 18:13:42 -05:00
common/mixin Allow a single low-priority worker thread when cause_lag_by_disabling_threads is enabled 2026-03-28 21:45:14 -04:00
core Implement dynamic language loading 2026-03-28 20:55:27 -04:00
dfu Merge common & forge projects, replace Arch Loom with MDG 2025-12-26 18:13:42 -05:00
duck Rewrite AttachCapabilitiesEvent hoisting to not rely on phases 2026-03-27 21:18:38 -04:00
dynamiclanguages Implement dynamic language loading 2026-03-28 20:55:27 -04:00
dynamicresources Dump stats on permanently loaded baked models to debug log 2026-02-02 20:50:21 -05:00
entity Use identityHashCode for attribute 2026-01-25 21:31:06 -05:00
forge Fix looking up private static final Capability fields 2026-03-27 22:38:18 -04:00
platform Merge common & forge projects, replace Arch Loom with MDG 2025-12-26 18:13:42 -05:00
registry Merge common & forge projects, replace Arch Loom with MDG 2025-12-26 18:13:42 -05:00
render Do not cache supported glyphs in lazy provider 2026-03-13 19:53:33 -04:00
resources Merge common & forge projects, replace Arch Loom with MDG 2025-12-26 18:13:42 -05:00
screen Merge common & forge projects, replace Arch Loom with MDG 2025-12-26 18:13:42 -05:00
searchtree Merge common & forge projects, replace Arch Loom with MDG 2025-12-26 18:13:42 -05:00
spark Add JVM argument to help prevent mass Spark profile uploads 2026-01-22 19:03:01 -05:00
structure Merge common & forge projects, replace Arch Loom with MDG 2025-12-26 18:13:42 -05:00
textures Merge common & forge projects, replace Arch Loom with MDG 2025-12-26 18:13:42 -05:00
util Allow a single low-priority worker thread when cause_lag_by_disabling_threads is enabled 2026-03-28 21:45:14 -04:00
world Rewrite and improve mixin.perf.cache_strongholds 2026-03-19 20:11:11 -04:00
ModernFix.java Merge common & forge projects, replace Arch Loom with MDG 2025-12-26 18:13:42 -05:00
ModernFixClient.java Merge common & forge projects, replace Arch Loom with MDG 2025-12-26 18:13:42 -05:00