├── LICENSE ├── README.md ├── assets └── load_balancing │ ├── graph1.png │ ├── graph2.png │ ├── graph3.png │ └── graph4.png └── docs ├── advanced.md ├── basics.md └── lang └── fr-fr ├── advanced.md └── basics.md /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Neylz/opti-mcfunction/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Neylz/opti-mcfunction/HEAD/README.md -------------------------------------------------------------------------------- /assets/load_balancing/graph1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Neylz/opti-mcfunction/HEAD/assets/load_balancing/graph1.png -------------------------------------------------------------------------------- /assets/load_balancing/graph2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Neylz/opti-mcfunction/HEAD/assets/load_balancing/graph2.png -------------------------------------------------------------------------------- /assets/load_balancing/graph3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Neylz/opti-mcfunction/HEAD/assets/load_balancing/graph3.png -------------------------------------------------------------------------------- /assets/load_balancing/graph4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Neylz/opti-mcfunction/HEAD/assets/load_balancing/graph4.png -------------------------------------------------------------------------------- /docs/advanced.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Neylz/opti-mcfunction/HEAD/docs/advanced.md -------------------------------------------------------------------------------- /docs/basics.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Neylz/opti-mcfunction/HEAD/docs/basics.md -------------------------------------------------------------------------------- /docs/lang/fr-fr/advanced.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Neylz/opti-mcfunction/HEAD/docs/lang/fr-fr/advanced.md -------------------------------------------------------------------------------- /docs/lang/fr-fr/basics.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Neylz/opti-mcfunction/HEAD/docs/lang/fr-fr/basics.md --------------------------------------------------------------------------------