pixijs / spine-v8

PixiJS v8 port of the official spine runtime
https://pixijs.io/spine-v8/examples/
MIT License
22 stars 1 forks source link

chore: perf increase #20

Closed GoodBoyDigital closed 3 weeks ago

GoodBoyDigital commented 3 weeks ago

Small PR to speed attachmentCache access up a bit.

Creating a key was kind of slow! using a deep object speeds things up a little! Surprised how slow using a key was here!