Skip to content
Snippets Groups Projects
  • Yorhel's avatar
    40f9dff5
    Update for Zig 0.8 HashMap changes · 40f9dff5
    Yorhel authored
    I had used them as a HashSet with mutable keys already in order to avoid
    padding problems. This is not always necessary anymore now that Zig's
    new HashMap uses separate arrays for keys and values, but I still need
    the HashSet trick for the link_count nodes table, as the key itself
    would otherwise have padding.
    40f9dff5
    History
    Update for Zig 0.8 HashMap changes
    Yorhel authored
    I had used them as a HashSet with mutable keys already in order to avoid
    padding problems. This is not always necessary anymore now that Zig's
    new HashMap uses separate arrays for keys and values, but I still need
    the HashSet trick for the link_count nodes table, as the key itself
    would otherwise have padding.