Skip to content

Commit 235ff98

Browse files
Write Sparsey 0.7 section (#956)
Co-authored-by: Forest Anderson <[email protected]>
1 parent b8d39d9 commit 235ff98

File tree

2 files changed

+20
-0
lines changed

2 files changed

+20
-0
lines changed

content/news/031/index.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -156,6 +156,26 @@ drop a star 🌟. It helps maintain momentum in the project.
156156
[@zeskeertwee]: https://github.com/zeskeertwee
157157
[@sokorototo]: https://github.com/sokorototo
158158

159+
### Sparsey 0.7
160+
161+
![Sparsey](sparsey.png)
162+
163+
[Sparsey] by [@LechintanTudor] is a sparse set-based Entity Component System
164+
with beautiful and concise syntax.
165+
166+
The biggest change in this release was the removal of component change detection
167+
which had a significant impact on performance and memory usage. As a result,
168+
Sparsey performs much better in all benchmarks and the codebase is easier to
169+
maintain.
170+
171+
The systems module received a major overhaul with an improved scheduling
172+
algorithm, allowing more systems to run in parallel, and an important usability
173+
improvement allowing systems to be added to schedules without having to call
174+
`.system()` on the system functions.
175+
176+
[Sparsey]: https://github.com/LechintanTudor/sparsey
177+
[@LechintanTudor]: https://github.com/LechintanTudor
178+
159179
## Popular Workgroup Issues in Github
160180

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

content/news/031/sparsey.png

25.9 KB
Loading

0 commit comments

Comments
 (0)