cyberbit / telem

Trivial ETL Engine for Minecraft
http://telem.cyberbit.dev
Other
13 stars 3 forks source link

Refactor internals for Mekanism inputs #52

Closed cyberbit closed 2 weeks ago

cyberbit commented 2 weeks ago

Implemented a baseline Mekanism input to help with abstraction, and converted individual Metric constructors to Fluent-based queries that are called in parallel. In my testing, this results in code that is easier to maintain and improves in-game performance.