bevy/crates/bevy_ecs/src/storage
Chia-Hsiang Cheng 8ad1b93e63
Double the capacity when BlobVec is full (#11167)
# Objective

- Fixes #10797

## Solution

- Double the capacity of a full `BlobVec` before pushing a new element.
2024-01-22 15:05:34 +00:00
..
blob_vec.rs Double the capacity when BlobVec is full (#11167) 2024-01-22 15:05:34 +00:00
mod.rs Improve doc formatting. (#9840) 2023-09-18 19:43:56 +00:00
resource.rs Minimize small allocations by dropping the tick Vecs from Resources (#11226) 2024-01-08 22:39:47 +00:00
sparse_set.rs Reduced TableRow as Casting (#10811) 2023-12-05 02:44:33 +00:00
table.rs Minimize small allocations by dropping the tick Vecs from Resources (#11226) 2024-01-08 22:39:47 +00:00