Skip to content

Performance: use :persistent_term instead of :ets #96

@hissssst

Description

@hissssst

This would tune the performance, because in current implementation :ets is created without read_concurrency which makes all encryptions and decryptions synchronous.

We can:

  • use read_concurrency: true
  • use :persistent_term instead of :ets

I can implement this issue if you argee with this suggestion

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions