Skip to content
forked from Gegy/tic-tacs

Experimental mod to improve Minecraft's chunk loading performance as well as allow for multithreading.

License

Notifications You must be signed in to change notification settings

Mario0051/tic-tacs

 
 

Repository files navigation

tic-tacs

Tic-TACS is a very experimental reimplementation of Minecraft's engine for asynchronously generating and loading chunks with significantly less overhead as well as bringing the ability to operate safely over multiple threads.

The name "tic-tacs" comes from the Minecraft class ThreadedAnvilChunkStorage (TACS for short) under Yarn. This is the monolithic class responsible for most of the asynchronous processing work, and it is known for being very chaotic.

About

Experimental mod to improve Minecraft's chunk loading performance as well as allow for multithreading.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 100.0%