Skip to content

Commit 2045fbb

Browse files
authored
add bumpalo
1 parent 8a035a2 commit 2045fbb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,7 @@ Haven't figured out how to categorize this stuff yet, but some of these are extr
114114

115115
| Crate | Description |
116116
| ----- | ----------- |
117+
| [bumpalo](https://crates.io/crates/bumpalo) | fast bump allocation arena, great for allocations that exist just for the duration of a game frame |
117118
| [ahash](https://crates.io/crates/ahash) | very fast, non-cryptographically secure hashing algorithm |
118119
| [gilrs](https://crates.io/crates/gilrs) | gamepad input library, really great API, controller layout/bindings/event handling, and haptic support |
119120
| [strum](https://crates.io/crates/strum) | add lots of reflection to enums (names, count, enumerate over their values, etc.), great to remove boilerplate and prepare enums for in-editor dropdown support |

0 commit comments

Comments
 (0)