ccfreak2k

Results 4 comments of ccfreak2k

In the interim, is it possible to achieve a level of thread safety with what's currently present in the main tree? In particular, what operations are known to be safe/unsafe?...

What I mean is, which entrypoints into entityx are known to be thread safe/unsafe? Clearly anything that modifies the entity list is unsafe, but can two threads modify component members...

It's 6 months later, but I've forked this repo [here](https://github.com/ccfreak2k/dejavu) and added SQLAlchemy support. So far it's only been tested with sqlite, and I've had to infer how some of...

Since it looks like worldveil has been busy merging in PRs, and two of them include Postgres (fulfilling one of my original goals) and Python 3.4 support respectively, it's probably...