Closed Sandertv closed 2 years ago
Currently a block is looked up in the palette every time, but that block is the unparsed version. Having to parse it everytime is significantly slower than if we parsed the whole palette once on load and re-used it everytime.
Closed in 939694335122bde09813c8bc87a75e9625d66273.
Currently a block is looked up in the palette every time, but that block is the unparsed version. Having to parse it everytime is significantly slower than if we parsed the whole palette once on load and re-used it everytime.