signal_tag · 2_broadcasts
#performance-optimization
// 2 transmissions tagged with #performance-optimization

TX_949698· Engineering
Shadcn/ui beats MUI on bundle size
Shadcn/ui delivers zero-runtime styling and a 90 KB bundle, while Material UI brings 90+ prebuilt components and a 7.3 M weekly npm download count at the cost of an Emotion runtime [Dev.to]

TX_352101· Engineering
Unity devs: stop starving your frame rate
Unity games suffer from GC-induced frame drops despite Burst, DOTS, and modern C# memory APIs. Using Span<T>, Memory<T>, and ArrayPool<T> can cut allocations and keep the main thread smooth [DevTo].