Skip to content

Use a Trie instead of a HashMap as cache #80

@iggedi-ig-ig

Description

@iggedi-ig-ig

Using a Trie instead of a hash map would significantly reduce memory and probably not be slower.
radix_trie implements such a Trie already, though seriailzation for storing the cache would probably have to be done differently.

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions