#cache #kill #bevy #my

bevy_kill_my_cache

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

3 unstable releases

Uses new Rust 2024

0.2.0 Apr 25, 2025
0.1.1 Apr 21, 2025
0.1.0 Apr 21, 2025

#1754 in Game dev

Download history 146/week @ 2025-04-16 170/week @ 2025-04-23 14/week @ 2025-04-30

330 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!

Compatibility

bevy bevy_kill_my_cache
0.16 0.2
0.15 0.1

Dependencies

~24MB
~417K SLoC