Skip to content

v0.13.0

Compare
Choose a tag to compare
@github-actions github-actions released this 27 Jan 21:14

Release Notes:

  • Introduce new Handle Hash Map container to the collection.
    • Handle hash map offers handle stability for larger user structs in a flat table especially when resizing can be eliminated.
    • User elements will be written to table once and not be moved from their index until deletion or resizing occurs.
    • The Handle Interface exposes these stable indices and encourages user to store them instead of pointers.
  • Fix an off by one error in bitset.