[Feature]: Consider using IndexMap<Value, Value>
instead of Vec<(Value, Value)>
in Value
#81
Labels
enhancement
New feature or request
Is there an existing issue for this?
Description
The readme offers this rationale:
I believe using
IndexMap
could be an even better compromise:IndexMap
performance is quite good, on par withHashMap
for many usesCurrently, using
Value
for any traversal is really tedious, and really expensive if there are many map lookups, reducing it's usability significantly.Acceptance Criteria
No response
Suggestions for a technical implementation
No response
The text was updated successfully, but these errors were encountered: