Skip to content

use single hashmap for paths #34

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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