Skip to content

use single hashmap for paths #34

@L3P3

Description

@L3P3

for every request, several hash lookups are done for the path or file extension.
maybe somehow cache this so only a singe lookup gives several flags/cached values.
test if that is faster or not, as more memory usage could weaken cpu caches.

create a new map "path_flags" that contains an integer with flags or an object in it to replace most hash lookups for most requests.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions