diff --git a/content/posts/newsletter-020/index.md b/content/posts/newsletter-020/index.md index 25b442072..673e62691 100644 --- a/content/posts/newsletter-020/index.md +++ b/content/posts/newsletter-020/index.md @@ -736,6 +736,21 @@ _Discussions: [/r/rust][planck_reddit], Discord: jojolepro#8057_ [planck_patreon]: https://patreon.com/jojolepro [planck_reddit]: https://www.reddit.com/r/rust/comments/m73ema/yet_another_ecs_library_except_much_safer/ +### [hecs] + +[hecs] is a fast, lightweight, and unopinionated archetypal ECS library. + +Version 0.5 introduces a column-major serialization mode. This imitates the +in-memory data layout, enabling higher performance than the already-fast +row-major serialization mode. Because columnar layout places similar data +nearby, it also improves the effectiveness of compression. + +Other changes include major optimizations to spawning entities and +adding/removing components, inspired by the archetype graph model recently +adopted by bevy. + +[hecs]: https://github.com/Ralith/hecs + ### [Quinn] [Quinn] is an async-friendly implementation of the state-of-the-art QUIC pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy