Skip to content

Commit f92e80f

Browse files
committed
N26: hecs
1 parent 9d90378 commit f92e80f

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

content/news/026/index.md

+12
Original file line numberDiff line numberDiff line change
@@ -213,6 +213,18 @@ As the godot-rust community keeps growing, the project can now be found
213213

214214
## Library Updates
215215

216+
### [hecs]
217+
218+
[hecs] is a fast, lightweight, and unopinionated archetypal ECS library.
219+
220+
Version 0.6 introduces `PreparedQuery`, allowing query set-up cost to be
221+
amortized across multiple invocations. `EntityRef`'s API was expanded to include
222+
a single-entity `query` method, and now exposes the referenced entity's
223+
handle. Finally, `World::spawn_batch` and `reserve` were optimized for better
224+
performance when called repeatedly.
225+
226+
[hecs]: https://github.com/Ralith/hecs
227+
216228
## Popular Workgroup Issues in Github
217229

218230
<!-- Up to 10 links to interesting issues -->

0 commit comments

Comments
 (0)