Skip to content

Memory optimization internal blacklist/whitelist cache #513

@0xERR0R

Description

@0xERR0R

Current implementation of StringCache creates temporarily a string slice of all cached string to sort them. This can be avoid by inserting the string in the sorted order. This would save some RAM on each cache refresh.

Relevant for #470

Metadata

Metadata

Assignees

Labels

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions