Skip to content

Implement LongDictionary #17

Description

@marius-bughiu

Priority: Medium
Phase: 2 - New Collections (Q2 2026)

Description

Create a specialized dictionary for Int64/long keys, similar to IntDictionary but optimized for 64-bit keys.

Requirements

  • Optimized memory layout for 64-bit keys
  • Custom hasher support
  • API consistent with IntDictionary
  • Comprehensive unit tests
  • Benchmarks comparing to Dictionary<long, T>
  • XML documentation

Related

  • Similar to IntDictionary implementation
  • See ROADMAP.md for context

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions