Skip to content

Comparison operations #9

@Daniel-Liu-c0deb0t

Description

@Daniel-Liu-c0deb0t

More comparison operations can be implemented and sped up using vector operations.

  • == (basic version available in src/utils)
  • <
  • <=

The order can be pretty arbitrary; its just that some consistent order has to exist to allow sorting and binary search tree operations to be well-defined.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions