Maxomann / kgEngine-2.0

0 stars 0 forks source link

Use faster callback system #35

Closed Maxomann closed 9 years ago

Maxomann commented 9 years ago

boost::signals2 has too much overhead. It can therefore not be used in every entity created.

New System without pointer tracking?