diff --git a/.changeset/silver-mugs-talk.md b/.changeset/silver-mugs-talk.md new file mode 100644 index 0000000000..59e6d79a82 --- /dev/null +++ b/.changeset/silver-mugs-talk.md @@ -0,0 +1,5 @@ +--- +"@latticexyz/store-sync": patch +--- + +Both `encodeEntity` and `decodeEntity` now use an LRU cache to avoid repeating work during iterations of thousands of entities.