Skip to content
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

Allow for associating multiple queries with single system. #326

Open
SanderMertens opened this issue Mar 3, 2021 · 1 comment
Open

Allow for associating multiple queries with single system. #326

SanderMertens opened this issue Mar 3, 2021 · 1 comment
Labels
enhancement New feature or request

Comments

@SanderMertens
Copy link
Owner

Describe the problem you are trying to solve.
In some scenarios it might be useful to iterate multiple queries in a single system. Currently an application can store queries in a component and access those from a system, but this has as downside that the scheduler is not aware of the components read/written in those queries.

Describe the solution you'd like
Add builtin component that allows for storing multiple queries that is interpreted by scheduler.

@SanderMertens SanderMertens added the enhancement New feature or request label Mar 3, 2021
@SanderMertens SanderMertens added this to To do in v2.4 via automation Mar 3, 2021
@SanderMertens SanderMertens removed this from To do in v2.4 Mar 17, 2021
@SanderMertens SanderMertens added this to To do in v3 via automation Mar 17, 2021
@SanderMertens SanderMertens removed this from To do in v3 Aug 1, 2022
@pfeodrippe
Copy link
Contributor

pfeodrippe commented Aug 21, 2023

First of all, this is a great project, man, thank you for giving us that! I'm working on an small Clojure game (just me, hopefully will OSS it when things are less messy) and it has been awesome to see how fast things get using Flecs (a query of 1200000 of different small entities takes just 26ms, even with the JNR overhead AND with conversion from data to a clojure map AND while appending it to a vector)!

And this multiple queries feature would indeed be great \o But yes, I see that it has lots of (efficient) workarounds, so we are good \o/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants