std.ArrayHashMap: add unstable sorting capability #17426
Labels
contributor friendly
This issue is limited in scope and/or knowledge of Zig internals.
enhancement
Solving this issue will likely involve adding new logic or components to the codebase.
optimization
standard library
This issue involves writing Zig code for the standard library.
Milestone
These functions are available:
zig/lib/std/array_hash_map.zig
Lines 1229 to 1243 in d68f39b
However, unstable sort is preferred when possible. This API should offer unstable sorting as well.
The text was updated successfully, but these errors were encountered: