Skip to content

Arche v0.14.2

Compare
Choose a tag to compare
@mlange-42 mlange-42 released this 26 Dec 01:33
· 7 commits to main since this release
ad4aac7

Arche v0.14.2

Arche is an archetype-based Entity Component System for Go.

Arche's Features

Changelog

Performance

  • Optimize MapX.Assign and MapX.NewWith by use of World.GetUnchecked (#449)

Documentation

  • Fix method names and ordering in benchmark tables (#448)
  • Document listener notification handling in MapX.NewWith (#450)

Bugfixes

  • Fix missing listener notification in MapX.NewWith when called with a relation target (#450)