-
Notifications
You must be signed in to change notification settings - Fork 32
Open
Description
You can compare ordinary arrays lexicographically using memcmp, which is often highly-optimized for whatever system you're on. Depending on exactly how you bitpack the arrays, memcmp may or may not work. It would helpful if the docs mentioned whether memcmp worked with PackedArray. Ideally it would, and maybe the arrays could implement operator<=> or a compare method.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels