Tetra v0.2.7 Release Notes

Release Date: 2019-01-23 // over 5 years ago
  • ๐Ÿ”„ Changed

    • ๐ŸŽ We now use the hashbrown implementation of HashMap/HashSet instead of the fnv hasher. The hope was that this would give a performance boost, but it didn't seem to have any real observable impact :( That said, several of Tetra's dependencies use hashbrown, so in the interests of keeping the dependency tree light, we're switching anyway.

    ๐Ÿ›  Fixed

    • ๐Ÿ›  A race condition between Rodio and SDL has been fixed.
    • โœ… While testing hashbrown integration, it was found that the benchmark numbers in the FAQ were slightly inaccurate - this has now been fixed.