Skip to content

Shared Hash Map based on shared memory #96

Closed
@xfeep

Description

@xfeep

This feature will make it be possible to share data among nginx worker processes without any other external services (e.g. redis, memorycached ) or libraries (e.g. SharedHashMap/Chronicle-Map, nginx lua shared dic). We will use MurmurHash3 32-bit to generate hash code.

The key/value of shared hash map can be

  1. int
  2. long
  3. String
  4. byte array.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions