Skip to content

Commit 15c042e

Browse files
authored
N26: hecs (#808)
1 parent 6e87f68 commit 15c042e

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

content/news/026/index.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -614,6 +614,18 @@ You may contact the author on Twitter [@ManevilleF][ManevilleF] or join the
614614
[bv_bevy]: https://bevyengine.org/
615615
[bv_wikipedia]: https://en.wikipedia.org/wiki/Verlet_integration
616616

617+
### [hecs]
618+
619+
[hecs] is a fast, lightweight, and unopinionated archetypal ECS library.
620+
621+
Version 0.6 introduces `PreparedQuery`, allowing query set-up cost to be
622+
amortized across multiple invocations. `EntityRef`'s API was expanded to include
623+
a single-entity `query` method, and now exposes the referenced entity's
624+
handle. Finally, `World::spawn_batch` and `reserve` were optimized for better
625+
performance when called repeatedly.
626+
627+
[hecs]: https://github.com/Ralith/hecs
628+
617629
## Popular Workgroup Issues in Github
618630

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

0 commit comments

Comments
 (0)