Skip to content

Performance

Purse only runs on the client and has zero performance impact on the server.

All performance benchmarks are measured on the client using the Developer Console in Roblox Studio testing.

Note

Benchmarks may be optimistic due to the optimization level of the Luau compiler in Studio testing being lower than in live games.

Memory

Typically around 0.10 to 0.20 MB of memory is used. Purse uses TopbarPlus, which adds around 0.16 MB of memory on top of the typical memory consumption.

CPU

There is no meaningful CPU impact that the MicroProfiler or Script Profiler within the Developer Console can measure. No per-frame calculations are made and code is entirely event-driven.