I hereby claim:
- I am zeroerrors on github.
- I am zeroerrors (https://keybase.io/zeroerrors) on keybase.
- I have a public key ASBaMd7-YJ3a6YLNyVAQ-5J7YP2kn1xH7GJYNKwULUZsWQo
To claim this, I am signing this object:
| #include <flecs.h> | |
| #include <stdio.h> | |
| typedef struct Data { | |
| int x; | |
| } Data; | |
| typedef struct Test { | |
| Data* ptr; | |
| } Test; |
| #include <flecs.h> | |
| #include <iostream> | |
| #define THREAD_COUNT (8) | |
| #define ENTITY_COUNT (THREAD_COUNT * 1000000) | |
| #define ENABLE_LOG 0 | |
| struct Position { | |
| double x, y; |
| #include "flecs.h" | |
| #include <iostream> | |
| struct Position { | |
| float x; | |
| float y; | |
| }; | |
| struct Start {}; | |
| struct End {}; |
| #include <iostream> | |
| #include "flecs.h" | |
| struct Position | |
| { | |
| int x, y, z; | |
| }; | |
| struct Tag1 {}; |
I hereby claim:
To claim this, I am signing this object: