#cache #kill #bevy #my

bevy_kill_my_cache

A plugin that kills your cache, but makes the Bevy scheduler go brrr

2 releases

Uses new Rust 2024

new 0.1.1 Apr 21, 2025
0.1.0 Apr 21, 2025

#2004 in Game dev

Download history 65/week @ 2025-04-15

73 downloads per month

MIT/Apache

14KB
84 lines

Bevy Kill My Cache

crates.io docs.rs

This plugin adds thousands of components to your app, killing your cache. Why? Because that makes the scheduler 100 times faster. Weird, huh?

Usage

Just add the plugin, that's it:

use bevy::prelude::*;
use bevy_kill_my_cache::KillMyCachePlugin;

App::new()
  // rest of your setup code
  .add_plugins(KillMyCachePlugin);
  // that's it!

Dependencies

~19–25MB
~417K SLoC