Skip to content

Commit b54b310

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

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

content/news/026/index.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -213,6 +213,17 @@ 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 amortized across multiple
221+
invocations. `EntityRef`'s API was expanded to include a single-entity `query` method, and now
222+
exposes the referenced entity's handle. Finally, `World::spawn_batch` and `reserve` were optimized
223+
for better performance under repeated calls.
224+
225+
[hecs]: https://github.com/Ralith/hecs
226+
216227
## Popular Workgroup Issues in Github
217228

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

0 commit comments

Comments
 (0)