Skip to content

N26: Sparsey #800

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 4 commits into from
Oct 8, 2021
Merged
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 21 additions & 0 deletions content/news/026/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,27 @@ as [several key differences remain].

## Library Updates

### [Sparsey]

[Sparsey] by [@LechintanTudor] is a new sparse set-based Entity Component System
(ECS) with component storage grouping, granular component change detection,
fallible systems and beautiful syntax.

The goal of [Sparsey] is to provide a sparse set-based ECS which fully takes
advantage of its core data structure. An example of this is component storage
grouping, a feature which allows getting the best performance possible when
iterating over queries which match certain patterns described by the user, at
the cost of a performance penalty when inserting or removing components from
these storages.

To get started with [Sparsey], check out the [Sparsey Cheat Sheet] and the
[examples on GitHub]!

[Sparsey]: https://github.com/LechintanTudor/sparsey
[@LechintanTudor]: https://github.com/LechintanTudor
[Sparsey Cheat Sheet]: https://github.com/LechintanTudor/sparsey/blob/master/guides/cheat_sheet.md
[examples on GitHub]: https://github.com/LechintanTudor/sparsey/tree/master/examples

## Popular Workgroup Issues in Github

<!-- Up to 10 links to interesting issues -->
Expand Down