-
Notifications
You must be signed in to change notification settings - Fork 13
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
Granular Observability. #68
Conversation
It was my ecs https://github.com/kevinresol/exp-ecs/blob/restart/src/exp/ecs/GranularMap.hx I will have a quick check |
I just tried this on exp-ecs and the tests are passing and the asteroid example is working too. But otherwise I don't have another codebase which extensively uses ObservableMap |
Closing in favor of #74 |
This should deal with #49. I still want to add a few more tests and also try to profile this.
@kevinresol do you still have some sample code around to test this in real-world-ish scenario?